Uses of Interface
net.minecraft.advancements.critereon.MinMaxBounds.BoundsFactory
Packages that use MinMaxBounds.BoundsFactory
-
Uses of MinMaxBounds.BoundsFactory in net.minecraft.advancements.critereon
Methods in net.minecraft.advancements.critereon with parameters of type MinMaxBounds.BoundsFactoryModifier and TypeMethodDescriptionstatic <T extends Number,
R extends MinMaxBounds<T>>
com.mojang.serialization.Codec<R> MinMaxBounds.createCodec
(com.mojang.serialization.Codec<T> pCodec, MinMaxBounds.BoundsFactory<T, R> pBoundsFactory) static <B extends io.netty.buffer.ByteBuf,
T extends Number, R extends MinMaxBounds<T>>
StreamCodec<B, R> MinMaxBounds.createStreamCodec
(StreamCodec<B, T> pStreamCodec, MinMaxBounds.BoundsFactory<T, R> pBoundsFactory)