classpublicPriority 1
DoorInteraction
com.hypixel.hytale.server.core.modules.interaction.interaction.config.server.DoorInteraction
extends SimpleBlockInteraction
4
Methods
4
Public Methods
1
Fields
1
Constructors
Constants
StringCLOSE_DOOR_IN= "CloseDoorIn"
StringCLOSE_DOOR_OUT= "CloseDoorOut"
BuilderCodec<DoorInteraction>CODEC= BuilderCodec.builder(DoorInteraction.class, DoorInteraction::new, SimpleBlockInteraction.CODEC)
...
StringDOOR_BLOCKED= "DoorBlocked"
StringOPEN_DOOR_IN= "OpenDoorIn"
StringOPEN_DOOR_OUT= "OpenDoorOut"
Constructors
public
DoorInteraction()Methods
Public Methods (4)
publicstatic
DoorInteraction.DoorState fromBlockState(String state)@Nonnull
public
Vector3i getBlockPosition()public
BlockType getBlockType()public
DoorInteraction.DoorState getDoorState()Fields
Private/Package Fields (1)
private
boolean horizontal