Class BlockUpdate
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
public class BlockUpdate
- Inheritance
-
BlockUpdate
- Inherited Members
- Extension Methods
Fields
ByStack
public ItemStack ByStack
Field Value
Decors
public List<DecorUpdate> Decors
Field Value
ExchangeOnly
public bool ExchangeOnly
Field Value
NewBlockEntityData
public byte[] NewBlockEntityData
Field Value
- byte[]
NewFluidBlockId
If this value is negative, it indicates no change to the fluids layer block (neither air block nor anything else) because only the solid block is being updated
public int NewFluidBlockId
Field Value
NewSolidBlockId
If this value is negative, it indicates no change to the block (neither air block nor anything else) because only the fluid is being updated
public int NewSolidBlockId
Field Value
OldBlockEntityData
public byte[] OldBlockEntityData
Field Value
- byte[]
OldBlockId
Contains either liquid layer of solid layer block
public int OldBlockId
Field Value
OldDecors
public List<DecorUpdate> OldDecors
Field Value
OldFluidBlockId
Contains liquid layer of block
public int OldFluidBlockId
Field Value
Pos
public BlockPos Pos