Interface IPlatformHelper

All Known Implementing Classes:
FabricPlatformHelper

public interface IPlatformHelper
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the mod version
    Get the user preset folder
    void
    renameArmorStand(net.minecraft.world.entity.decoration.ArmorStand armorStand, String newName)
    Update Armor Stand Name
    void
    swapSlots(net.minecraft.world.entity.decoration.ArmorStand armorStand, SwapData.Action action)
    Update Armor Stand Entity
    void
    updateEntity(net.minecraft.world.entity.decoration.ArmorStand armorStand, net.minecraft.nbt.CompoundTag compound)
    Update Armor Stand Entity
    void
    updateEntityGroups(net.minecraft.world.entity.decoration.ArmorStand armorStand, List<String> groups)
    Update groups of an Armor Stand
    void
    updateEntityInGroup(List<net.minecraft.world.entity.decoration.ArmorStand> armorStands, net.minecraft.nbt.CompoundTag compound)
    Update Armor Stand Entities
  • Method Details

    • updateEntity

      void updateEntity(net.minecraft.world.entity.decoration.ArmorStand armorStand, net.minecraft.nbt.CompoundTag compound)
      Update Armor Stand Entity
    • updateEntityInGroup

      void updateEntityInGroup(List<net.minecraft.world.entity.decoration.ArmorStand> armorStands, net.minecraft.nbt.CompoundTag compound)
      Update Armor Stand Entities
    • updateEntityGroups

      void updateEntityGroups(net.minecraft.world.entity.decoration.ArmorStand armorStand, List<String> groups)
      Update groups of an Armor Stand
    • swapSlots

      void swapSlots(net.minecraft.world.entity.decoration.ArmorStand armorStand, SwapData.Action action)
      Update Armor Stand Entity
    • renameArmorStand

      void renameArmorStand(net.minecraft.world.entity.decoration.ArmorStand armorStand, String newName)
      Update Armor Stand Name
    • getUserPresetFolder

      Path getUserPresetFolder()
      Get the user preset folder
      Returns:
      The user preset folder
    • getModVersion

      String getModVersion()
      Get the mod version
      Returns:
      The mod version