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 -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.item.DyeColorcolor(net.minecraft.world.level.block.entity.BannerPatternLayers.Layer internal) Gets theDyeColorof theBannerPatternLayers.Layer.static net.minecraft.network.chat.MutableComponentdescription(net.minecraft.world.level.block.entity.BannerPatternLayers.Layer internal) Gets the description of theBannerPatternLayers.Layer.static net.minecraft.world.level.block.entity.BannerPatternLayers.Layerof(net.minecraft.world.level.block.entity.BannerPattern pattern, net.minecraft.world.item.DyeColor color) Creates a newBannerPatternLayers.Layer.static net.minecraft.world.level.block.entity.BannerPatternpattern(net.minecraft.world.level.block.entity.BannerPatternLayers.Layer internal) Gets theBannerPatternof theBannerPatternLayers.Layer.
-
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 newBannerPatternLayers.Layer.- Parameters:
pattern- TheBannerPatternto create theBannerPatternLayers.Layerwith.color- TheDyeColorto create theBannerPatternLayers.Layerwith.- 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 theBannerPatternLayers.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 theBannerPatternof theBannerPatternLayers.Layer.- Returns:
- The
BannerPatternof theBannerPatternLayers.Layer.
-
color
public static net.minecraft.world.item.DyeColor color(net.minecraft.world.level.block.entity.BannerPatternLayers.Layer internal) Gets theDyeColorof theBannerPatternLayers.Layer.- Returns:
- The
DyeColorof theBannerPatternLayers.Layer.
-