Interface IPlatformHelper
public interface IPlatformHelper
-
Method Summary
Modifier and TypeMethodDescriptionGet the mod versionGet the user preset foldervoidrenameArmorStand(net.minecraft.world.entity.decoration.ArmorStand armorStand, String newName) Update Armor Stand NamevoidswapSlots(net.minecraft.world.entity.decoration.ArmorStand armorStand, SwapData.Action action) Update Armor Stand EntityvoidupdateEntity(net.minecraft.world.entity.decoration.ArmorStand armorStand, net.minecraft.nbt.CompoundTag compound) Update Armor Stand EntityvoidupdateEntityGroups(net.minecraft.world.entity.decoration.ArmorStand armorStand, List<String> groups) Update groups of an Armor StandvoidupdateEntityInGroup(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
-
swapSlots
Update Armor Stand Entity -
renameArmorStand
Update Armor Stand Name -
getUserPresetFolder
-
getModVersion
-