Class ExpandDecoratedPotPattern
java.lang.Object
com.blamejared.crafttweaker.natives.block.entity.ExpandDecoratedPotPattern
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.resources.ResourceLocationassetId(net.minecraft.world.level.block.entity.DecoratedPotPattern internal) Gets the location of the asset used by the pot pattern.static StringgetCommandString(net.minecraft.world.level.block.entity.DecoratedPotPattern internal) Gets the command string for the pot pattern.
-
Constructor Details
-
ExpandDecoratedPotPattern
public ExpandDecoratedPotPattern()
-
-
Method Details
-
assetId
public static net.minecraft.resources.ResourceLocation assetId(net.minecraft.world.level.block.entity.DecoratedPotPattern internal) Gets the location of the asset used by the pot pattern.- Returns:
- The pot pattern asset ID.
-
getCommandString
public static String getCommandString(net.minecraft.world.level.block.entity.DecoratedPotPattern internal) Gets the command string for the pot pattern.- Returns:
- The command string for the pot pattern.
-