Uses of Interface
net.minecraft.advancements.criterion.MinMaxBounds
Packages that use MinMaxBounds
-
Uses of MinMaxBounds in net.minecraft.advancements.criterion
Classes in net.minecraft.advancements.criterion that implement MinMaxBoundsModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordMethods in net.minecraft.advancements.criterion 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.criterion 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