HyCodeYourTale
classpublicPriority 1

PlacedByInteractionComponent

com.hypixel.hytale.server.core.modules.interaction.components.PlacedByInteractionComponent

implements Component

3

Methods

3

Public Methods

1

Fields

2

Constructors

Constants

BuilderCodec<PlacedByInteractionComponent>CODEC= BuilderCodec.builder( PlacedByInteractionComponent.class, PlacedByInteractionComponent::...

Constructors

public
PlacedByInteractionComponent()
public
PlacedByInteractionComponent(UUID whoPlacedUuid)

Methods

Public Methods (3)

public
Component<ChunkStore> clone()
@Nullable@Override
publicstatic
ComponentType<ChunkStore, PlacedByInteractionComponent> getComponentType()
public
UUID getWhoPlacedUuid()

Fields

Private/Package Fields (1)

privateUUID whoPlacedUuid

Related Classes