Class FabricPlatformHelper

java.lang.Object
com.mrbysco.armorposer.platform.FabricPlatformHelper
All Implemented Interfaces:
IPlatformHelper

public class FabricPlatformHelper extends Object implements IPlatformHelper
  • Constructor Details

    • FabricPlatformHelper

      public FabricPlatformHelper()
  • Method Details

    • updateEntity

      public void updateEntity(net.minecraft.world.entity.decoration.ArmorStand armorStand, net.minecraft.nbt.CompoundTag compound)
      Description copied from interface: IPlatformHelper
      Update Armor Stand Entity
      Specified by:
      updateEntity in interface IPlatformHelper
    • updateEntityInGroup

      public void updateEntityInGroup(List<net.minecraft.world.entity.decoration.ArmorStand> armorStands, net.minecraft.nbt.CompoundTag compound)
      Description copied from interface: IPlatformHelper
      Update Armor Stand Entities
      Specified by:
      updateEntityInGroup in interface IPlatformHelper
    • updateEntityGroups

      public void updateEntityGroups(net.minecraft.world.entity.decoration.ArmorStand armorStand, List<String> groups)
      Description copied from interface: IPlatformHelper
      Update groups of an Armor Stand
      Specified by:
      updateEntityGroups in interface IPlatformHelper
    • swapSlots

      public void swapSlots(net.minecraft.world.entity.decoration.ArmorStand armorStand, SwapData.Action action)
      Description copied from interface: IPlatformHelper
      Update Armor Stand Entity
      Specified by:
      swapSlots in interface IPlatformHelper
    • renameArmorStand

      public void renameArmorStand(net.minecraft.world.entity.decoration.ArmorStand armorStand, String newName)
      Description copied from interface: IPlatformHelper
      Update Armor Stand Name
      Specified by:
      renameArmorStand in interface IPlatformHelper
    • getUserPresetFolder

      public Path getUserPresetFolder()
      Description copied from interface: IPlatformHelper
      Get the user preset folder
      Specified by:
      getUserPresetFolder in interface IPlatformHelper
      Returns:
      The user preset folder
    • getModVersion

      public String getModVersion()
      Description copied from interface: IPlatformHelper
      Get the mod version
      Specified by:
      getModVersion in interface IPlatformHelper
      Returns:
      The mod version