Uses of Record Class
io.hymods.lib.data.InspectionLine
Packages that use InspectionLine
-
Uses of InspectionLine in io.hymods.lib.data
Methods in io.hymods.lib.data that return InspectionLineMethods in io.hymods.lib.data that return types with arguments of type InspectionLineModifier and TypeMethodDescriptionInspectionResult.lines()Returns the value of thelinesrecord component.Constructor parameters in io.hymods.lib.data with type arguments of type InspectionLineModifierConstructorDescriptionInspectionResult(InspectionTargetType targetType, String displayName, String targetId, boolean showIcon, List<InspectionLine> lines) Creates an instance of aInspectionResultrecord class. -
Uses of InspectionLine in io.hymods.lib.inspection
Method parameters in io.hymods.lib.inspection with type arguments of type InspectionLineModifier and TypeMethodDescriptiondefault voidInspectionAddon.augmentBlock(com.hypixel.hytale.server.core.asset.type.blocktype.config.BlockType blockType, List<InspectionLine> lines) default voidInspectionAddon.augmentEntity(com.hypixel.hytale.component.Store<com.hypixel.hytale.server.core.universe.world.storage.EntityStore> store, com.hypixel.hytale.component.Ref<com.hypixel.hytale.server.core.universe.world.storage.EntityStore> entityRef, List<InspectionLine> lines)