Class ExpandPotDecorations
java.lang.Object
com.blamejared.crafttweaker.natives.item.component.ExpandPotDecorations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.item.Itemback(net.minecraft.world.level.block.entity.PotDecorations internal) static net.minecraft.world.item.Itemfront(net.minecraft.world.level.block.entity.PotDecorations internal) static net.minecraft.world.item.Itemleft(net.minecraft.world.level.block.entity.PotDecorations internal) static net.minecraft.world.level.block.entity.PotDecorationsof(net.minecraft.world.item.Item back, net.minecraft.world.item.Item left, net.minecraft.world.item.Item right, net.minecraft.world.item.Item front) static List<net.minecraft.world.item.Item> ordered(net.minecraft.world.level.block.entity.PotDecorations internal) static net.minecraft.world.item.Itemright(net.minecraft.world.level.block.entity.PotDecorations internal)
-
Constructor Details
-
ExpandPotDecorations
public ExpandPotDecorations()
-
-
Method Details
-
of
public static net.minecraft.world.level.block.entity.PotDecorations of(net.minecraft.world.item.Item back, net.minecraft.world.item.Item left, net.minecraft.world.item.Item right, net.minecraft.world.item.Item front) -
back
public static net.minecraft.world.item.Item back(net.minecraft.world.level.block.entity.PotDecorations internal) -
front
public static net.minecraft.world.item.Item front(net.minecraft.world.level.block.entity.PotDecorations internal) -
right
public static net.minecraft.world.item.Item right(net.minecraft.world.level.block.entity.PotDecorations internal) -
left
public static net.minecraft.world.item.Item left(net.minecraft.world.level.block.entity.PotDecorations internal) -
ordered
public static List<net.minecraft.world.item.Item> ordered(net.minecraft.world.level.block.entity.PotDecorations internal)
-