Uses of Interface
net.minecraft.class_12310
Packages that use class_12310
Package
Description
The base package for all Minecraft classes.
-
Uses of class_12310 in net.minecraft
Subinterfaces of class_12310 in net.minecraftModifier and TypeInterfaceDescriptionstatic interfaceclass_12310.class_12311<Value>static interfaceclass_12310.class_12312<Value>static interfaceclass_12310.class_12313<Value>Classes in net.minecraft that implement class_12310 -
Uses of class_12310 in net.minecraft.world.attribute
Fields in net.minecraft.world.attribute with type parameters of type class_12310Modifier and TypeFieldDescriptionprivate final Map<EnvironmentAttribute<?>, List<class_12310<?>>> WorldEnvironmentAttributeAccess.class_12314.field_64322private final List<class_12310<Value>> WorldEnvironmentAttributeAccess.class_12315.field_64325Methods in net.minecraft.world.attribute with parameters of type class_12310Modifier and TypeMethodDescriptionprivate <Value> WorldEnvironmentAttributeAccess.class_12314WorldEnvironmentAttributeAccess.class_12314.method_76415(EnvironmentAttribute<Value> environmentAttribute, class_12310<Value> class_12310) Method parameters in net.minecraft.world.attribute with type arguments of type class_12310Modifier and TypeMethodDescriptionprivate <Value> WorldEnvironmentAttributeAccess.class_12315<Value> WorldEnvironmentAttributeAccess.method_76396(EnvironmentAttribute<Value> environmentAttribute, List<? extends class_12310<?>> list) Constructor parameters in net.minecraft.world.attribute with type arguments of type class_12310ModifierConstructorDescription(package private)class_12315(EnvironmentAttribute<Value> environmentAttribute, Value value, List<class_12310<Value>> list, boolean bool) (package private)