Class ExpandBannerPattern

java.lang.Object
com.blamejared.crafttweaker.natives.block.entity.ExpandBannerPattern

@ZenRegister public class ExpandBannerPattern extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.resources.ResourceLocation
    assetId(net.minecraft.world.level.block.entity.BannerPattern internal)
    Gets the asset id of the banner pattern.
    static String
    getCommandString(net.minecraft.world.level.block.entity.BannerPattern internal)
    Gets the command string of the banner pattern.
    static net.minecraft.resources.ResourceLocation
    getRegistryName(net.minecraft.world.level.block.entity.BannerPattern internal)
    Gets the registry name of the banner pattern.
    static String
    translationKey(net.minecraft.world.level.block.entity.BannerPattern internal)
    Gets the translation key of the banner pattern.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public static String translationKey(net.minecraft.world.level.block.entity.BannerPattern internal)
      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.