HyCodeYourTale
classpublicPriority 1

ChangeBlockInteraction

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

extends SimpleBlockInteraction

1

Methods

1

Public Methods

5

Fields

1

Constructors

Constants

BuilderCodec<ChangeBlockInteraction>CODEC= BuilderCodec.builder( ChangeBlockInteraction.class, ChangeBlockInteraction::new, SimpleB...
intSET_BLOCK_SETTINGS= 256

Constructors

public
ChangeBlockInteraction()

Methods

Public Methods (1)

public
String toString()
@Nonnull@Override

Fields

Protected Fields (5)

protectedMap<String, String> blockTypeKeys
protectedInt2IntMap changeMapIds
protectedboolean requireNotBroken
protectedString soundEventId
protectedtransient int soundEventIndex

Related Classes