Class RoleDebugDisplay
java.lang.Object
com.hypixel.hytale.server.npc.role.RoleDebugDisplay
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringBuilderprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RoleDebugDisplaycreate(EnumSet<RoleDebugFlags> debugFlags) voiddisplay(Role role, int index, ArchetypeChunk<EntityStore> archetypeChunk, CommandBuffer<EntityStore> commandBuffer)
-
Field Details
-
debugDisplayState
protected boolean debugDisplayState -
debugDisplayTime
protected boolean debugDisplayTime -
debugDisplayFlock
protected boolean debugDisplayFlock -
debugDisplayAnim
protected boolean debugDisplayAnim -
debugDisplayLockedTarget
protected boolean debugDisplayLockedTarget -
debugDisplayLightLevel
protected boolean debugDisplayLightLevel -
debugDisplayFreeSlots
protected boolean debugDisplayFreeSlots -
debugDisplayCustom
protected boolean debugDisplayCustom -
debugDisplayPathFinder
protected boolean debugDisplayPathFinder -
debugDisplayHP
protected boolean debugDisplayHP -
debugDisplayStamina
protected boolean debugDisplayStamina -
debugDisplaySpeed
protected boolean debugDisplaySpeed -
debugDisplayInternalId
protected boolean debugDisplayInternalId -
debugDisplayName
protected boolean debugDisplayName -
debugDisplay
-
-
Constructor Details
-
RoleDebugDisplay
private RoleDebugDisplay()
-
-
Method Details
-
display
public void display(@Nonnull Role role, int index, @Nonnull ArchetypeChunk<EntityStore> archetypeChunk, @Nonnull CommandBuffer<EntityStore> commandBuffer) -
create
-