Class InspectionUtils

java.lang.Object
io.hymods.lib.utils.InspectionUtils

public class InspectionUtils extends Object
  • 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

      public static String formatName(@NullableDecl String id)
    • truncate

      public static String truncate(@NullableDecl String text, int maxChars)