Class AbstractMinecartContainerMeta
java.lang.Object
net.minestom.server.entity.metadata.EntityMeta
net.minestom.server.entity.metadata.AbstractVehicleMeta
net.minestom.server.entity.metadata.minecart.AbstractMinecartMeta
net.minestom.server.entity.metadata.minecart.AbstractMinecartContainerMeta
- All Implemented Interfaces:
ObjectDataProvider
- Direct Known Subclasses:
ChestMinecartMeta
,HopperMinecartMeta
-
Field Summary
Fields inherited from class net.minestom.server.entity.metadata.EntityMeta
metadata
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractMinecartContainerMeta
(@NotNull Entity entity, @NotNull MetadataHolder metadata) -
Method Summary
Methods inherited from class net.minestom.server.entity.metadata.minecart.AbstractMinecartMeta
getCustomBlockIdAndDamage, getCustomBlockYPosition, getShowCustomBlock, requiresVelocityPacketAtSpawn, setCustomBlockIdAndDamage, setCustomBlockYPosition, setShowCustomBlock
Methods inherited from class net.minestom.server.entity.metadata.AbstractVehicleMeta
getShakingDirection, getShakingMultiplier, getShakingTicks, setShakingDirection, setShakingMultiplier, setShakingTicks
Methods inherited from class net.minestom.server.entity.metadata.EntityMeta
consumeEntity, getAirTicks, getCustomName, getPose, getTickFrozen, isCustomNameVisible, isFlyingWithElytra, isHasGlowingEffect, isHasNoGravity, isInvisible, isOnFire, isSilent, isSneaking, isSprinting, isSwimming, setAirTicks, setCustomName, setCustomNameVisible, setFlyingWithElytra, setHasGlowingEffect, setHasNoGravity, setInvisible, setNotifyAboutChanges, setOnFire, setPose, setSilent, setSneaking, setSprinting, setSwimming, setTickFrozen
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minestom.server.entity.metadata.ObjectDataProvider
getObjectData
-
Constructor Details
-
AbstractMinecartContainerMeta
protected AbstractMinecartContainerMeta(@NotNull @NotNull Entity entity, @NotNull @NotNull MetadataHolder metadata)
-