Class ExpandPotDecorations

java.lang.Object
com.blamejared.crafttweaker.natives.item.component.ExpandPotDecorations

@ZenRegister public class ExpandPotDecorations extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.item.Item
    back(net.minecraft.world.level.block.entity.PotDecorations internal)
     
    static net.minecraft.world.item.Item
    front(net.minecraft.world.level.block.entity.PotDecorations internal)
     
    static net.minecraft.world.item.Item
    left(net.minecraft.world.level.block.entity.PotDecorations internal)
     
    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)
     
    static List<net.minecraft.world.item.Item>
    ordered(net.minecraft.world.level.block.entity.PotDecorations internal)
     
    static net.minecraft.world.item.Item
    right(net.minecraft.world.level.block.entity.PotDecorations internal)
     

    Methods inherited from class java.lang.Object

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