TrackedPlacement

public class TrackedPlacement implements Component

Class TrackedPlacement. Provides trackedplacement functionality for the Hytale server.

java.lang.Object > TrackedPlacement

Field Summary

blockName

private String blockName

Field blockName.

blockInfo

final BlockModule.BlockStateInfo blockInfo

Field blockInfo.

chunkRef

final Ref chunkRef

Field chunkRef.

blockChunk

final BlockChunk blockChunk

Field blockChunk.

blockId

final int blockId

Field blockId.

blockType

final BlockType blockType

Field blockType.

counter

final BlockCounter counter

Field counter.

tracked

final TrackedPlacement tracked

Field tracked.

Method Detail

getComponentType

public TrackedPlacement> getComponentType ()

Method getComponentType.

TrackedPlacement

public public TrackedPlacement ()

Method TrackedPlacement.

clone

public Component clone ()

Method clone.

onEntityAdded

public void onEntityAdded (@Nonnull final Ref ref, @Nonnull final AddReason reason, @Nonnull final Store store, @Nonnull final CommandBuffer commandBuffer)

Method onEntityAdded.

Parameters:
@Nonnull final Ref ref
@Nonnull final AddReason reason
@Nonnull final Store store
@Nonnull final CommandBuffer commandBuffer

onEntityRemove

public void onEntityRemove (@Nonnull final Ref ref, @Nonnull final RemoveReason reason, @Nonnull final Store store, @Nonnull final CommandBuffer commandBuffer)

Method onEntityRemove.

Parameters:
@Nonnull final Ref ref
@Nonnull final RemoveReason reason
@Nonnull final Store store
@Nonnull final CommandBuffer commandBuffer

getQuery

public Query getQuery ()

Method getQuery.