Package org.spongepowered.api.data.type
Class WireAttachmentTypes
- java.lang.Object
-
- org.spongepowered.api.data.type.WireAttachmentTypes
-
public final class WireAttachmentTypes extends java.lang.ObjectAn enumeration of vanillaWireAttachmentTypes.
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultedRegistryReference<WireAttachmentType>NONEstatic DefaultedRegistryReference<WireAttachmentType>SIDEstatic DefaultedRegistryReference<WireAttachmentType>UP
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Registry<WireAttachmentType>registry()
-
-
-
Field Detail
-
NONE
public static final DefaultedRegistryReference<WireAttachmentType> NONE
-
SIDE
public static final DefaultedRegistryReference<WireAttachmentType> SIDE
-
UP
public static final DefaultedRegistryReference<WireAttachmentType> UP
-
-
Method Detail
-
registry
public static Registry<WireAttachmentType> registry()
-
-