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> p_298521_, MinMaxBounds.BoundsFactory<T, R> p_298688_) static <B extends io.netty.buffer.ByteBuf,
T extends Number, R extends MinMaxBounds<T>>
StreamCodec<B, R> MinMaxBounds.createStreamCodec
(StreamCodec<B, T> p_400262_, MinMaxBounds.BoundsFactory<T, R> p_399766_)