PortalDevice

public class PortalDevice implements Component

Class PortalDevice. Provides portaldevice functionality for the Hytale server.

java.lang.Object > PortalDevice

Field Summary

config

private PortalDeviceConfig config

Field config.

baseBlockTypeKey

private String baseBlockTypeKey

Field baseBlockTypeKey.

destinationWorldUuid

private UUID destinationWorldUuid

Field destinationWorldUuid.

world

final World world

Field world.

portal

final PortalDevice portal

Field portal.

Method Detail

getComponentType

public PortalDevice> getComponentType ()

Method getComponentType.

PortalDevice

public private PortalDevice ()

Method PortalDevice.

getConfig

public PortalDeviceConfig getConfig ()

Method getConfig.

getBaseBlockTypeKey

public String getBaseBlockTypeKey ()

Method getBaseBlockTypeKey.

getBaseBlockType

public BlockType getBaseBlockType ()

Method getBaseBlockType.

getDestinationWorldUuid

public UUID getDestinationWorldUuid ()

Method getDestinationWorldUuid.

getDestinationWorld

public World getDestinationWorld ()

Method getDestinationWorld.

setDestinationWorld

public void setDestinationWorld (final World world)

Method setDestinationWorld.

Parameters:
final World world

clone

public Component clone ()

Method clone.