Uses of Class
dev.wyck.util.WeightedList
Packages that use WeightedList
Package
Description
-
Uses of WeightedList in dev.wyck.util
Methods in dev.wyck.util that return WeightedListModifier and TypeMethodDescriptionWeightedList.Builder.build()static <E> WeightedList<E> WeightedList.of()static <E> WeightedList<E> WeightedList.of(WeightedList.Weighted<E>... items) static <E> WeightedList<E> WeightedList.of(E element) static <E> WeightedList<E> WeightedList.of(List<WeightedList.Weighted<E>> items) -
Uses of WeightedList in dev.wyck.wrapper.entity
Methods in dev.wyck.wrapper.entity that return types with arguments of type WeightedListModifier and TypeMethodDescriptionBiomeSpawner.spawners()Gets the spawners for each mob category.Methods in dev.wyck.wrapper.entity with parameters of type WeightedListModifier and TypeMethodDescriptionBiomeSpawner.Builder.spawners(MobCategory category, WeightedList<NaturalSpawner> list) Adds multiple spawners to the builder. -
Uses of WeightedList in dev.wyck.wrapper.worldgen.stateproviders
Methods in dev.wyck.wrapper.worldgen.stateproviders that return WeightedListModifier and TypeMethodDescriptionBlockStateProvider.Weighted.states()Returns the value of thestatesrecord component.Methods in dev.wyck.wrapper.worldgen.stateproviders with parameters of type WeightedListModifier and TypeMethodDescriptionstatic BlockStateProviderBlockStateProvider.weighted(WeightedList<BlockData> states) Constructors in dev.wyck.wrapper.worldgen.stateproviders with parameters of type WeightedListModifierConstructorDescriptionWeighted(WeightedList<BlockData> states) Creates an instance of aWeightedrecord class. -
Uses of WeightedList in dev.wyck.wrapper.worldgen.valueproviders
Methods in dev.wyck.wrapper.worldgen.valueproviders that return WeightedListModifier and TypeMethodDescriptionIntProvider.WeightedListInt.distribution()Returns the value of thedistributionrecord component.Methods in dev.wyck.wrapper.worldgen.valueproviders with parameters of type WeightedListModifier and TypeMethodDescriptionstatic IntProviderIntProvider.weightedList(WeightedList<IntProvider> distribution) Constructors in dev.wyck.wrapper.worldgen.valueproviders with parameters of type WeightedListModifierConstructorDescriptionWeightedListInt(WeightedList<IntProvider> distribution) Creates an instance of aWeightedListIntrecord class.