HyCodeYourTale
classpublicPriority 1

RefillContainerInteraction

com.hypixel.hytale.server.core.modules.interaction.interaction.config.server.RefillContainerInteraction

extends SimpleBlockInteraction

4

Methods

4

Public Methods

3

Fields

1

Constructors

Constants

BuilderCodec<RefillContainerInteraction>CODEC= BuilderCodec.builder( RefillContainerInteraction.class, RefillContainerInteraction::new,...
BuilderCodec<RefillContainerInteraction.RefillState>CODEC= BuilderCodec.builder( RefillContainerInteraction.RefillState.class, RefillContainerIn...

Constructors

public
RefillContainerInteraction()

Methods

Public Methods (4)

public
String[] getAllowedFluids()
public
double getDurability()
public
String getTransformFluid()
public
String toString()
@Nonnull@Override

Fields

Protected Fields (3)

protectedint[] allowedFluidIds
protectedInt2ObjectMap<String> fluidToState
protectedMap<String, RefillContainerInteraction.RefillState> refillStateMap

Related Classes