Package org.geysermc.connector.entity
Class SpawnerMinecartEntity
java.lang.Object
org.geysermc.connector.entity.Entity
org.geysermc.connector.entity.MinecartEntity
org.geysermc.connector.entity.DefaultBlockMinecartEntity
org.geysermc.connector.entity.SpawnerMinecartEntity
-
Field Summary
Fields inherited from class org.geysermc.connector.entity.DefaultBlockMinecartEntity
customBlock, customBlockOffset, showCustomBlock -
Constructor Summary
ConstructorsConstructorDescriptionSpawnerMinecartEntity(long entityId, long geyserId, EntityType entityType, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, com.nukkitx.math.vector.Vector3f rotation) -
Method Summary
Methods inherited from class org.geysermc.connector.entity.DefaultBlockMinecartEntity
spawnEntity, updateBedrockMetadataMethods inherited from class org.geysermc.connector.entity.MinecartEntity
getBedrockRotation, moveAbsoluteMethods inherited from class org.geysermc.connector.entity.Entity
addAdditionalSpawnData, as, despawnEntity, getMaxAir, is, isShaking, moveAbsolute, moveRelative, moveRelative, setAir, setDimensions, setDisplayName, setDisplayNameVisible, setFreezing, setInvisible, teleport, updateBedrockMetadata, updateHeadLookRotation, updatePositionAndRotation, updateRotation
-
Constructor Details
-
SpawnerMinecartEntity
public SpawnerMinecartEntity(long entityId, long geyserId, EntityType entityType, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, com.nukkitx.math.vector.Vector3f rotation)
-
-
Method Details
-
updateDefaultBlockMetadata
- Overrides:
updateDefaultBlockMetadatain classDefaultBlockMinecartEntity
-