Package org.spongepowered.api.data.type
Class HandPreferences
- java.lang.Object
-
- org.spongepowered.api.data.type.HandPreferences
-
public final class HandPreferences extends java.lang.ObjectAn enumeration of vanillaHandPreferences.
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultedRegistryReference<HandPreference>LEFTstatic DefaultedRegistryReference<HandPreference>RIGHT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Registry<HandPreference>registry()
-
-
-
Field Detail
-
LEFT
public static final DefaultedRegistryReference<HandPreference> LEFT
-
RIGHT
public static final DefaultedRegistryReference<HandPreference> RIGHT
-
-
Method Detail
-
registry
public static Registry<HandPreference> registry()
-
-