Class PortalDevice
java.lang.Object
com.hypixel.hytale.builtin.portals.components.PortalDevice
- All Implemented Interfaces:
Component<ChunkStore>,Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringstatic final BuilderCodec<PortalDevice> private PortalDeviceConfigprivate UUIDFields inherited from interface com.hypixel.hytale.component.Component
EMPTY_ARRAY -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivatePortalDevice(PortalDeviceConfig config, String baseBlockTypeKey) -
Method Summary
Modifier and TypeMethodDescriptionclone()com.hypixel.hytale.server.core.asset.type.blocktype.config.BlockTypestatic ComponentType<ChunkStore, PortalDevice> voidsetDestinationWorld(World world) 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
-
CODEC
-
config
-
baseBlockTypeKey
-
destinationWorldUuid
-
-
Constructor Details
-
PortalDevice
private PortalDevice() -
PortalDevice
-
-
Method Details
-
getComponentType
-
getConfig
-
getBaseBlockTypeKey
-
getBaseBlockType
public com.hypixel.hytale.server.core.asset.type.blocktype.config.BlockType getBaseBlockType() -
getDestinationWorldUuid
-
getDestinationWorld
-
setDestinationWorld
-
clone
- Specified by:
clonein interfaceComponent<ChunkStore>- Overrides:
clonein classObject
-