HyCodeYourTale
classpublicPriority 3

PortalDevice

com.hypixel.hytale.builtin.portals.components.PortalDevice

implements Component

8

Methods

8

Public Methods

3

Fields

2

Constructors

Constants

BuilderCodec<PortalDevice>CODEC= BuilderCodec.builder(PortalDevice.class, PortalDevice::new) .append(new KeyedCodec<>("Confi...

Constructors

private
PortalDevice()
public
PortalDevice(PortalDeviceConfig config, String baseBlockTypeKey)

Methods

Public Methods (8)

public
Component<ChunkStore> clone()
@Override
public
BlockType getBaseBlockType()
public
String getBaseBlockTypeKey()
publicstatic
ComponentType<ChunkStore, PortalDevice> getComponentType()
public
PortalDeviceConfig getConfig()
public
World getDestinationWorld()
@Nullable
public
UUID getDestinationWorldUuid()
@Nullable
public
void setDestinationWorld(World world)

Fields

Private/Package Fields (3)

privateString baseBlockTypeKey
privatePortalDeviceConfig config
privateUUID destinationWorldUuid

Related Classes