Package org.geysermc.geyser.entity.type
Class FurnaceMinecartEntity
java.lang.Object
org.geysermc.geyser.entity.type.Entity
org.geysermc.geyser.entity.type.MinecartEntity
org.geysermc.geyser.entity.type.DefaultBlockMinecartEntity
org.geysermc.geyser.entity.type.FurnaceMinecartEntity
-
Field Summary
Fields inherited from class org.geysermc.geyser.entity.type.DefaultBlockMinecartEntity
customBlock, customBlockOffset, showCustomBlock -
Constructor Summary
ConstructorsConstructorDescriptionFurnaceMinecartEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetHasFuel(com.github.steveice10.mc.protocol.data.game.entity.metadata.type.BooleanEntityMetadata entityMetadata)voidMethods inherited from class org.geysermc.geyser.entity.type.DefaultBlockMinecartEntity
setCustomBlock, setCustomBlockOffset, setShowCustomBlock, spawnEntityMethods inherited from class org.geysermc.geyser.entity.type.MinecartEntity
getBedrockRotation, moveAbsoluteMethods inherited from class org.geysermc.geyser.entity.type.Entity
addAdditionalSpawnData, as, despawnEntity, getFlag, getMaxAir, initializeMetadata, is, isShaking, moveAbsolute, moveRelative, moveRelative, setAir, setAirSupply, setBoundingBoxHeight, setBoundingBoxWidth, setDimensions, setDisplayName, setDisplayNameVisible, setFlag, setFlags, setFreezing, setGravity, setInvisible, setPose, setRiderSeatPosition, teleport, updateBedrockMetadata, updateHeadLookRotation, updatePositionAndRotation, updateRotation
-
Constructor Details
-
FurnaceMinecartEntity
public FurnaceMinecartEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)
-
-
Method Details
-
setHasFuel
public void setHasFuel(com.github.steveice10.mc.protocol.data.game.entity.metadata.type.BooleanEntityMetadata entityMetadata) -
updateDefaultBlockMetadata
public void updateDefaultBlockMetadata()- Overrides:
updateDefaultBlockMetadatain classDefaultBlockMinecartEntity
-