Uses of Enum Class
net.minecraft.class_10806.LogicalOperator
Packages that use class_10806.LogicalOperator
-
Uses of class_10806.LogicalOperator in net.minecraft
Fields in net.minecraft declared as class_10806.LogicalOperatorModifier and TypeFieldDescriptionprivate final class_10806.LogicalOperatorclass_10806.operationThe field for theoperationrecord component.Fields in net.minecraft with type parameters of type class_10806.LogicalOperatorModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_10806.LogicalOperator> class_10806.LogicalOperator.field_56941Methods in net.minecraft that return class_10806.LogicalOperatorModifier and TypeMethodDescriptionclass_10806.operation()Returns the value of theoperationrecord component.static class_10806.LogicalOperatorReturns the enum constant of this class with the specified name.static class_10806.LogicalOperator[]class_10806.LogicalOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft with parameters of type class_10806.LogicalOperatorModifierConstructorDescriptionclass_10806(class_10806.LogicalOperator logicalOperator, List<MultipartModelSelector> list)