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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrenameArmorStand(net.minecraft.world.entity.decoration.ArmorStand armorStand, String newName) voidswapSlots(net.minecraft.world.entity.decoration.ArmorStand armorStand, com.mrbysco.armorposer.data.SwapData.Action action) voidupdateEntity(net.minecraft.world.entity.decoration.ArmorStand armorStand, net.minecraft.nbt.CompoundTag compound) voidupdateEntityGroups(net.minecraft.world.entity.decoration.ArmorStand armorStand, List<String> groups) voidupdateEntityInGroup(List<net.minecraft.world.entity.decoration.ArmorStand> armorStands, net.minecraft.nbt.CompoundTag compound)
-
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:
updateEntityin interfacecom.mrbysco.armorposer.platform.services.IPlatformHelper
-
updateEntityInGroup
public void updateEntityInGroup(List<net.minecraft.world.entity.decoration.ArmorStand> armorStands, net.minecraft.nbt.CompoundTag compound) - Specified by:
updateEntityInGroupin interfacecom.mrbysco.armorposer.platform.services.IPlatformHelper
-
updateEntityGroups
-
swapSlots
public void swapSlots(net.minecraft.world.entity.decoration.ArmorStand armorStand, com.mrbysco.armorposer.data.SwapData.Action action) - Specified by:
swapSlotsin interfacecom.mrbysco.armorposer.platform.services.IPlatformHelper
-
renameArmorStand
public void renameArmorStand(net.minecraft.world.entity.decoration.ArmorStand armorStand, String newName) - Specified by:
renameArmorStandin interfacecom.mrbysco.armorposer.platform.services.IPlatformHelper
-
getUserPresetFolder
- Specified by:
getUserPresetFolderin interfacecom.mrbysco.armorposer.platform.services.IPlatformHelper
-
getModVersion
- Specified by:
getModVersionin interfacecom.mrbysco.armorposer.platform.services.IPlatformHelper
-