HyCodeYourTale
classpublicPriority 1

PlaceBlockInteraction

com.hypixel.hytale.server.core.modules.interaction.interaction.config.client.PlaceBlockInteraction

extends SimpleInteraction

3

Methods

3

Public Methods

3

Fields

1

Constructors

Constants

BuilderCodec<PlaceBlockInteraction>CODEC= BuilderCodec.builder( PlaceBlockInteraction.class, PlaceBlockInteraction::new, SimpleInt...
intMAX_ADVENTURE_PLACEMENT_RANGE_SQUARED= 36

Constructors

public
PlaceBlockInteraction()

Methods

Public Methods (3)

public
WaitForDataFrom getWaitForDataFrom()
@Nonnull@Override
public
boolean needsRemoteSync()
@Override
public
String toString()
@Override

Fields

Protected Fields (3)

protectedboolean allowDragPlacement
protectedString blockTypeKey
protectedboolean removeItemInHand

Related Classes