Class LaunchedItem.ForBlockState
java.lang.Object
com.simibubi.create.content.schematics.block.LaunchedItem
com.simibubi.create.content.schematics.block.LaunchedItem.ForBlockState
- Direct Known Subclasses:
LaunchedItem.ForBelt
- Enclosing class:
- LaunchedItem
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.content.schematics.block.LaunchedItem
LaunchedItem.ForBelt, LaunchedItem.ForBlockState, LaunchedItem.ForEntity -
Field Summary
FieldsModifier and TypeFieldDescriptionnet.minecraft.nbt.CompoundTagnet.minecraft.world.level.block.state.BlockStateFields inherited from class com.simibubi.create.content.schematics.block.LaunchedItem
stack, target, ticksRemaining, totalTicks -
Constructor Summary
ConstructorsConstructorDescriptionForBlockState(net.minecraft.core.BlockPos start, net.minecraft.core.BlockPos target, net.minecraft.world.item.ItemStack stack, net.minecraft.world.level.block.state.BlockState state, net.minecraft.nbt.CompoundTag data) -
Method Summary
Methods inherited from class com.simibubi.create.content.schematics.block.LaunchedItem
fromNBT, update
-
Field Details
-
state
public net.minecraft.world.level.block.state.BlockState state -
data
public net.minecraft.nbt.CompoundTag data
-
-
Constructor Details
-
ForBlockState
public ForBlockState(net.minecraft.core.BlockPos start, net.minecraft.core.BlockPos target, net.minecraft.world.item.ItemStack stack, net.minecraft.world.level.block.state.BlockState state, net.minecraft.nbt.CompoundTag data)
-
-
Method Details
-
serializeNBT
public net.minecraft.nbt.CompoundTag serializeNBT()- Overrides:
serializeNBTin classLaunchedItem
-