Class CommandBlockMinecartEntity


public class CommandBlockMinecartEntity extends DefaultBlockMinecartEntity
  • Constructor Details

    • CommandBlockMinecartEntity

      public CommandBlockMinecartEntity(GeyserSession session, int 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

    • initializeMetadata

      protected void initializeMetadata()
      Description copied from class: Entity
      Called on entity spawn. Used to populate the entity metadata and flags with default values.
      Overrides:
      initializeMetadata in class Entity
    • updateDefaultBlockMetadata

      public void updateDefaultBlockMetadata()
      By default, the command block shown is purple on Bedrock, which does not match Java Edition's orange.
      Overrides:
      updateDefaultBlockMetadata in class DefaultBlockMinecartEntity