Class ExpandBannerPatternLayers.ExpandBannerPatternLayersLayer

java.lang.Object
com.blamejared.crafttweaker.natives.block.entity.ExpandBannerPatternLayers.ExpandBannerPatternLayersLayer
Enclosing class:
ExpandBannerPatternLayers

@ZenRegister public static class ExpandBannerPatternLayers.ExpandBannerPatternLayersLayer extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.item.DyeColor
    color(net.minecraft.world.level.block.entity.BannerPatternLayers.Layer internal)
    Gets the DyeColor of the BannerPatternLayers.Layer.
    static net.minecraft.network.chat.MutableComponent
    description(net.minecraft.world.level.block.entity.BannerPatternLayers.Layer internal)
    Gets the description of the BannerPatternLayers.Layer.
    static net.minecraft.world.level.block.entity.BannerPatternLayers.Layer
    of(net.minecraft.world.level.block.entity.BannerPattern pattern, net.minecraft.world.item.DyeColor color)
    Creates a new BannerPatternLayers.Layer.
    static net.minecraft.world.level.block.entity.BannerPattern
    pattern(net.minecraft.world.level.block.entity.BannerPatternLayers.Layer internal)
    Gets the BannerPattern of the BannerPatternLayers.Layer.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpandBannerPatternLayersLayer

      public ExpandBannerPatternLayersLayer()
  • Method Details

    • of

      public static net.minecraft.world.level.block.entity.BannerPatternLayers.Layer of(net.minecraft.world.level.block.entity.BannerPattern pattern, net.minecraft.world.item.DyeColor color)
      Creates a new BannerPatternLayers.Layer.
      Parameters:
      pattern - The BannerPattern to create the BannerPatternLayers.Layer with.
      color - The DyeColor to create the BannerPatternLayers.Layer with.
      Returns:
      The new BannerPatternLayers.Layer.
    • description

      public static net.minecraft.network.chat.MutableComponent description(net.minecraft.world.level.block.entity.BannerPatternLayers.Layer internal)
      Gets the description of the BannerPatternLayers.Layer.
      Returns:
      The description of the BannerPatternLayers.Layer.
    • pattern

      public static net.minecraft.world.level.block.entity.BannerPattern pattern(net.minecraft.world.level.block.entity.BannerPatternLayers.Layer internal)
      Gets the BannerPattern of the BannerPatternLayers.Layer.
      Returns:
      The BannerPattern of the BannerPatternLayers.Layer.
    • color

      public static net.minecraft.world.item.DyeColor color(net.minecraft.world.level.block.entity.BannerPatternLayers.Layer internal)
      Gets the DyeColor of the BannerPatternLayers.Layer.
      Returns:
      The DyeColor of the BannerPatternLayers.Layer.