public class CakeCargoModuleInstance extends CargoModuleInstance
| Constructor and Description |
|---|
CakeCargoModuleInstance(CargoModule cargoModule,
IModularEntity modularEntity) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.ActionResultType |
applyInteraction(net.minecraft.entity.player.PlayerEntity player,
net.minecraft.util.math.vector.Vector3d vec,
net.minecraft.util.Hand hand) |
void |
deserializeNBT(net.minecraft.nbt.CompoundNBT nbt) |
net.minecraft.block.BlockState |
getBlockState() |
void |
read(net.minecraft.network.PacketBuffer packetBuffer) |
net.minecraft.nbt.CompoundNBT |
serializeNBT() |
void |
write(net.minecraft.network.PacketBuffer packetBuffer) |
getComparatorLevelasItemStack, getCapability, getDisplayName, getModularEntity, getModule, getModuleType, invalidateCapabilities, onActivatorPass, receiveClientUpdate, sendClientUpdate, tickpublic CakeCargoModuleInstance(CargoModule cargoModule, IModularEntity modularEntity)
public net.minecraft.block.BlockState getBlockState()
getBlockState in class CargoModuleInstancepublic net.minecraft.nbt.CompoundNBT serializeNBT()
serializeNBT in interface net.minecraftforge.common.util.INBTSerializable<net.minecraft.nbt.CompoundNBT>serializeNBT in class ModuleInstance<CargoModule>public void deserializeNBT(net.minecraft.nbt.CompoundNBT nbt)
deserializeNBT in interface net.minecraftforge.common.util.INBTSerializable<net.minecraft.nbt.CompoundNBT>deserializeNBT in class ModuleInstance<CargoModule>public void write(net.minecraft.network.PacketBuffer packetBuffer)
write in class ModuleInstance<CargoModule>public void read(net.minecraft.network.PacketBuffer packetBuffer)
read in class ModuleInstance<CargoModule>public net.minecraft.util.ActionResultType applyInteraction(net.minecraft.entity.player.PlayerEntity player,
net.minecraft.util.math.vector.Vector3d vec,
net.minecraft.util.Hand hand)
applyInteraction in class ModuleInstance<CargoModule>