Class InspectionUtils
java.lang.Object
io.hymods.lib.utils.InspectionUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringformatName(String id) static InspectionResultinspectBlock(com.hypixel.hytale.server.core.asset.type.blocktype.config.BlockType blockType, int maxNameLength, InspectionOptions options) static InspectionResultinspectEntity(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, String fallbackName, int maxNameLength, InspectionOptions options) static InspectionResultinspectRaycastResult(com.hypixel.hytale.component.Store<com.hypixel.hytale.server.core.universe.world.storage.EntityStore> store, RaycastResult result, InspectionOptions options) static String
-
Method Details
-
inspectRaycastResult
public static InspectionResult inspectRaycastResult(com.hypixel.hytale.component.Store<com.hypixel.hytale.server.core.universe.world.storage.EntityStore> store, RaycastResult result, InspectionOptions options) -
inspectBlock
public static InspectionResult inspectBlock(@NullableDecl com.hypixel.hytale.server.core.asset.type.blocktype.config.BlockType blockType, int maxNameLength, InspectionOptions options) -
inspectEntity
public static InspectionResult inspectEntity(com.hypixel.hytale.component.Store<com.hypixel.hytale.server.core.universe.world.storage.EntityStore> store, @NullableDecl com.hypixel.hytale.component.Ref<com.hypixel.hytale.server.core.universe.world.storage.EntityStore> entityRef, @NullableDecl String fallbackName, int maxNameLength, InspectionOptions options) -
formatName
-
truncate
-