Class LaunchedItem

java.lang.Object
com.simibubi.create.content.schematics.block.LaunchedItem
Direct Known Subclasses:
LaunchedItem.ForBlockState, LaunchedItem.ForEntity

public abstract class LaunchedItem extends Object
  • Field Details

    • totalTicks

      public int totalTicks
    • ticksRemaining

      public int ticksRemaining
    • target

      public net.minecraft.core.BlockPos target
    • stack

      public net.minecraft.world.item.ItemStack stack
  • Method Details

    • update

      public boolean update(net.minecraft.world.level.Level world)
    • serializeNBT

      public net.minecraft.nbt.CompoundTag serializeNBT()
    • fromNBT

      public static LaunchedItem fromNBT(net.minecraft.nbt.CompoundTag c)