PropBlockComponent

public class PropBlockComponent

Constructors

Link copied to clipboard
public void PropBlockComponent(ModeledEntity modeledEntity)

Properties

Link copied to clipboard
public List<PropBlocks> propBlocks

Functions

Link copied to clipboard
public List<PropBlocks> getPropBlocks()
Link copied to clipboard
public void setPropBlocks(List<PropBlocks> propBlocks)
Sets the prop blocks for this entity.
Link copied to clipboard
Shows the fake prop blocks to all current entity viewers.
Link copied to clipboard
public void showFakePropBlocksToPlayer(Player player)
Shows the fake prop blocks to a player.
Link copied to clipboard
Shows the real blocks to all current entity viewers.
Link copied to clipboard
public void showRealBlocksToPlayer(Player player)
Shows the real blocks to a player.