Uses of Class
net.minecraft.util.math.intprovider.ClampedIntProvider
Packages that use ClampedIntProvider
Package
Description
The base package for all Minecraft classes.
-
Uses of ClampedIntProvider in net.minecraft
Methods in net.minecraft that return ClampedIntProviderModifier and TypeMethodDescriptionprivate static ClampedIntProvider
class_8293.method_50207
(int int2) -
Uses of ClampedIntProvider in net.minecraft.util.math.intprovider
Fields in net.minecraft.util.math.intprovider with type parameters of type ClampedIntProviderModifier and TypeFieldDescriptionstatic final IntProviderType<ClampedIntProvider>
IntProviderType.CLAMPED
static final com.mojang.serialization.Codec<ClampedIntProvider>
ClampedIntProvider.CODEC
Methods in net.minecraft.util.math.intprovider that return ClampedIntProviderModifier and TypeMethodDescriptionstatic ClampedIntProvider
ClampedIntProvider.create
(IntProvider source, int min, int max)