Class NeoForgePlatformHelper

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

public class NeoForgePlatformHelper extends Object implements com.mrbysco.armorposer.platform.services.IPlatformHelper
  • Constructor Details

    • NeoForgePlatformHelper

      public NeoForgePlatformHelper()
  • Method Details

    • updateEntity

      public void updateEntity(net.minecraft.world.entity.decoration.ArmorStand armorStand, net.minecraft.nbt.CompoundTag compound)
      Specified by:
      updateEntity in interface com.mrbysco.armorposer.platform.services.IPlatformHelper
    • updateEntityInGroup

      public void updateEntityInGroup(List<net.minecraft.world.entity.decoration.ArmorStand> armorStands, net.minecraft.nbt.CompoundTag compound)
      Specified by:
      updateEntityInGroup in interface com.mrbysco.armorposer.platform.services.IPlatformHelper
    • updateEntityGroups

      public void updateEntityGroups(net.minecraft.world.entity.decoration.ArmorStand armorStand, List<String> groups)
      Specified by:
      updateEntityGroups in interface com.mrbysco.armorposer.platform.services.IPlatformHelper
    • swapSlots

      public void swapSlots(net.minecraft.world.entity.decoration.ArmorStand armorStand, com.mrbysco.armorposer.data.SwapData.Action action)
      Specified by:
      swapSlots in interface com.mrbysco.armorposer.platform.services.IPlatformHelper
    • renameArmorStand

      public void renameArmorStand(net.minecraft.world.entity.decoration.ArmorStand armorStand, String newName)
      Specified by:
      renameArmorStand in interface com.mrbysco.armorposer.platform.services.IPlatformHelper
    • getUserPresetFolder

      public Path getUserPresetFolder()
      Specified by:
      getUserPresetFolder in interface com.mrbysco.armorposer.platform.services.IPlatformHelper
    • getModVersion

      public String getModVersion()
      Specified by:
      getModVersion in interface com.mrbysco.armorposer.platform.services.IPlatformHelper