Package com.maximde.hologramlib.hologram
Class BlockHologram
java.lang.Object
com.maximde.hologramlib.hologram.Hologram<BlockHologram>
com.maximde.hologramlib.hologram.BlockHologram
-
Nested Class Summary
Nested classes/interfaces inherited from class com.maximde.hologramlib.hologram.Hologram
Hologram.Internal
-
Field Summary
FieldsFields inherited from class com.maximde.hologramlib.hologram.Hologram
attachedEntityId, billboard, brightness, dead, entity, entityID, entityType, glowColor, glowing, id, interpolationDurationTransformation, isInvisible, leftRotation, location, maxPlayerRenderDistanceSquared, renderMode, rightRotation, scale, task, teleportDuration, translation, updateTaskPeriod, viewRange
-
Constructor Summary
ConstructorsConstructorDescriptionBlockHologram
(String id) BlockHologram
(String id, com.github.retrooper.packetevents.protocol.entity.type.EntityType entityType) BlockHologram
(String id, RenderMode renderMode) -
Method Summary
Modifier and TypeMethodDescriptionprotected me.tofaa.entitylib.meta.EntityMeta
protected BlockHologram
copy()
protected BlockHologram
Methods inherited from class com.maximde.hologramlib.hologram.Hologram
addAllViewers, addElement, addPassenger, addToViewerBlacklist, addViewer, attach, attachToPlayer, detach, getInterpolationDurationRotation, getPassengers, getRotation, getScale, getTranslation, getViewers, getViewerUUIDs, hide, kill, removeAllViewers, removeElement, removeFromViewerBlacklist, removeViewer, self, sendPacket, setBillboard, setBrightness, setBrightness, setBrightness, setGlowColor, setGlowing, setInterpolationDurationRotation, setInterpolationDurationTransformation, setIsInvisible, setLeftRotation, setMaxPlayerRenderDistanceSquared, setRenderMode, setRightRotation, setRotation, setScale, setScale, setTeleportDuration, setTransformation, setTransformationMatrix, setTranslation, setTranslation, setUpdateTaskPeriod, setViewRange, show, teleport, toVector3f, update, validateId
-
Field Details
-
block
protected int block -
onFire
protected boolean onFire
-
-
Constructor Details
-
BlockHologram
-
BlockHologram
-
BlockHologram
public BlockHologram(String id, com.github.retrooper.packetevents.protocol.entity.type.EntityType entityType)
-
-
Method Details
-
applyMeta
protected me.tofaa.entitylib.meta.EntityMeta applyMeta()- Specified by:
applyMeta
in classHologram<BlockHologram>
-
copy
- Specified by:
copy
in classHologram<BlockHologram>
-
copy
- Specified by:
copy
in classHologram<BlockHologram>
-