Class DebugEntryLookingAt.DebugEntryLookingAtState<OwnerType, StateType extends StateHolder<OwnerType, StateType> & TypedInstance<OwnerType>>
java.lang.Object
net.minecraft.client.gui.components.debug.DebugEntryLookingAt
net.minecraft.client.gui.components.debug.DebugEntryLookingAt.DebugEntryLookingAtState<OwnerType, StateType>
- All Implemented Interfaces:
DebugScreenEntry
- Direct Known Subclasses:
DebugEntryLookingAt.BlockStateInfo, DebugEntryLookingAt.FluidStateInfo
- Enclosing class:
DebugEntryLookingAt
public abstract static class DebugEntryLookingAt.DebugEntryLookingAtState<OwnerType, StateType extends StateHolder<OwnerType, StateType> & TypedInstance<OwnerType>>
extends DebugEntryLookingAt
-
Nested Class Summary
Nested classes/interfaces inherited from class DebugEntryLookingAt
DebugEntryLookingAt.BlockStateInfo, DebugEntryLookingAt.BlockTagInfo, DebugEntryLookingAt.DebugEntryLookingAtState<OwnerType, StateType>, DebugEntryLookingAt.DebugEntryLookingAtTags<T>, DebugEntryLookingAt.FluidStateInfo, DebugEntryLookingAt.FluidTagInfo -
Field Summary
FieldsFields inherited from class DebugEntryLookingAt
BLOCK_GROUP, FLUID_GROUP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidaddStateProperties(List<String> result, StateHolder<?, ?> stateHolder) voidextractInfo(List<String> result, Level level, BlockPos pos) protected abstract StateTypegetInstance(Level level, BlockPos pos) private static StringgetPropertyValueString(Map.Entry<Property<?>, Comparable<?>> entry) Methods inherited from class DebugEntryLookingAt
addTagEntries, display, getHitResult, groupMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DebugScreenEntry
category, isAllowed
-
Field Details
-
prefix
-
-
Constructor Details
-
DebugEntryLookingAtState
-
-
Method Details
-
getInstance
-
extractInfo
- Specified by:
extractInfoin classDebugEntryLookingAt
-
addStateProperties
-
getPropertyValueString
-