HyCodeYourTale
classpublicPriority 1

PlaceFluidInteraction

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

extends SimpleBlockInteraction

4

Methods

4

Public Methods

2

Fields

1

Constructors

Constants

BuilderCodec<PlaceFluidInteraction>CODEC= BuilderCodec.builder( PlaceFluidInteraction.class, PlaceFluidInteraction::new, SimpleInt...

Constructors

public
PlaceFluidInteraction()

Methods

Public Methods (4)

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

Fields

Protected Fields (2)

protectedString fluidKey
protectedboolean removeItemInHand

Related Classes