Class WorldGenId
java.lang.Object
com.hypixel.hytale.server.core.modules.entity.component.WorldGenId
- All Implemented Interfaces:
Component<EntityStore>,Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BuilderCodec<WorldGenId> static final intprivate intFields inherited from interface com.hypixel.hytale.component.Component
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.component.Component
cloneSerializable
-
Field Details
-
NON_WORLD_GEN_ID
public static final int NON_WORLD_GEN_ID- See Also:
-
CODEC
-
worldGenId
private int worldGenId
-
-
Constructor Details
-
WorldGenId
public WorldGenId(int worldGenId) -
WorldGenId
private WorldGenId()
-
-
Method Details
-
getComponentType
-
getWorldGenId
public int getWorldGenId() -
clone
- Specified by:
clonein interfaceComponent<EntityStore>- Overrides:
clonein classObject
-