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.
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 Refref@Nonnull final AddReasonreason@Nonnull final Storestore@Nonnull final CommandBuffercommandBuffer
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 Refref@Nonnull final RemoveReasonreason@Nonnull final Storestore@Nonnull final CommandBuffercommandBuffer