Class ExpandBannerPattern
java.lang.Object
com.blamejared.crafttweaker.natives.block.entity.ExpandBannerPattern
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.resources.ResourceLocationassetId(net.minecraft.world.level.block.entity.BannerPattern internal) Gets the asset id of the banner pattern.static StringgetCommandString(net.minecraft.world.level.block.entity.BannerPattern internal) Gets the command string of the banner pattern.static net.minecraft.resources.ResourceLocationgetRegistryName(net.minecraft.world.level.block.entity.BannerPattern internal) Gets the registry name of the banner pattern.static StringtranslationKey(net.minecraft.world.level.block.entity.BannerPattern internal) Gets the translation key of the banner pattern.
-
Constructor Details
-
ExpandBannerPattern
public ExpandBannerPattern()
-
-
Method Details
-
assetId
public static net.minecraft.resources.ResourceLocation assetId(net.minecraft.world.level.block.entity.BannerPattern internal) Gets the asset id of the banner pattern.- Returns:
- The asset id of the banner pattern.
-
translationKey
Gets the translation key of the banner pattern.- Returns:
- The translation key of the banner pattern.
-
getRegistryName
public static net.minecraft.resources.ResourceLocation getRegistryName(net.minecraft.world.level.block.entity.BannerPattern internal) Gets the registry name of the banner pattern.- Returns:
- The registry name of the banner pattern.
-
getCommandString
public static String getCommandString(net.minecraft.world.level.block.entity.BannerPattern internal) Gets the command string of the banner pattern.- Returns:
- The command string of the banner pattern.
-