Uses of Enum Class
net.minecraft.util.collection.ListOperation.Type
Packages that use ListOperation.Type
-
Uses of ListOperation.Type in net.minecraft.util.collection
Fields in net.minecraft.util.collection with type parameters of type ListOperation.TypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ListOperation.Type> ListOperation.Type.CODECMethods in net.minecraft.util.collection that return ListOperation.TypeModifier and TypeMethodDescriptionListOperation.Append.getType()ListOperation.getType()ListOperation.Insert.getType()ListOperation.ReplaceAll.getType()ListOperation.ReplaceSection.getType()static ListOperation.TypeReturns the enum constant of this class with the specified name.static ListOperation.Type[]ListOperation.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.