Uses of Interface
net.minecraft.advancements.predicates.MinMaxBounds
Packages that use MinMaxBounds
-
Uses of MinMaxBounds in net.minecraft.advancements.predicates
Classes in net.minecraft.advancements.predicates that implement MinMaxBoundsModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordMethods in net.minecraft.advancements.predicates with type parameters of type MinMaxBoundsModifier and TypeMethodDescriptionstatic <V extends Number & Comparable<V>, B extends MinMaxBounds<V>>
Function<B, com.mojang.serialization.DataResult<B>> MinMaxBounds.validateContainedInRange(MinMaxBounds<V> allowed) Methods in net.minecraft.advancements.predicates with parameters of type MinMaxBoundsModifier and TypeMethodDescriptionstatic <V extends Number & Comparable<V>, B extends MinMaxBounds<V>>
Function<B, com.mojang.serialization.DataResult<B>> MinMaxBounds.validateContainedInRange(MinMaxBounds<V> allowed) -
Uses of MinMaxBounds in net.minecraft.commands.arguments
Classes in net.minecraft.commands.arguments with type parameters of type MinMaxBounds