Class DebugEntryLookingAt
java.lang.Object
net.minecraft.client.gui.components.debug.DebugEntryLookingAt
- All Implemented Interfaces:
DebugScreenEntry
- Direct Known Subclasses:
DebugEntryLookingAt.DebugEntryLookingAtState, DebugEntryLookingAt.DebugEntryLookingAtTags
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classDebugEntryLookingAt.DebugEntryLookingAtState<OwnerType, StateType extends StateHolder<OwnerType, StateType> & TypedInstance<OwnerType>>static classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Identifierstatic final Identifierprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddTagEntries(List<String> result, TypedInstance<?> instance) voiddisplay(DebugScreenDisplayer displayer, @Nullable Level serverOrClientLevel, @Nullable LevelChunk clientChunk, @Nullable LevelChunk serverChunk) abstract voidextractInfo(List<String> result, Level level, BlockPos pos) abstract HitResultgetHitResult(Entity cameraEntity) abstract Identifiergroup()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DebugScreenEntry
category, isAllowed
-
Field Details
-
RANGE
private static final int RANGE- See Also:
-
BLOCK_GROUP
-
FLUID_GROUP
-
-
Constructor Details
-
DebugEntryLookingAt
public DebugEntryLookingAt()
-
-
Method Details
-
display
public void display(DebugScreenDisplayer displayer, @Nullable Level serverOrClientLevel, @Nullable LevelChunk clientChunk, @Nullable LevelChunk serverChunk) - Specified by:
displayin interfaceDebugScreenEntry
-
getHitResult
-
extractInfo
-
group
-
addTagEntries
-