Class FurnaceMinecartEntity

All Implemented Interfaces:
DataTracked, ScoreHolder, Nameable, EntityLike

public class FurnaceMinecartEntity extends AbstractMinecartEntity
Mappings:
Namespace Name
named net/minecraft/entity/vehicle/FurnaceMinecartEntity
intermediary net/minecraft/class_1696
official csg
  • Field Details

    • LIT

      private static final TrackedData<Boolean> LIT
      Mappings:
      Namespace Name Mixin selector
      named LIT Lnet/minecraft/entity/vehicle/FurnaceMinecartEntity;LIT:Lnet/minecraft/entity/data/TrackedData;
      intermediary field_7740 Lnet/minecraft/class_1696;field_7740:Lnet/minecraft/class_2940;
      official c Lcsg;c:Lalc;
    • FUEL_PER_ITEM

      private static final int FUEL_PER_ITEM
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named FUEL_PER_ITEM Lnet/minecraft/entity/vehicle/FurnaceMinecartEntity;FUEL_PER_ITEM:I
      intermediary field_52521 Lnet/minecraft/class_1696;field_52521:I
      official d Lcsg;d:I
    • MAX_FUEL

      private static final int MAX_FUEL
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named MAX_FUEL Lnet/minecraft/entity/vehicle/FurnaceMinecartEntity;MAX_FUEL:I
      intermediary field_52522 Lnet/minecraft/class_1696;field_52522:I
      official h Lcsg;h:I
    • fuel

      private int fuel
      Mappings:
      Namespace Name Mixin selector
      named fuel Lnet/minecraft/entity/vehicle/FurnaceMinecartEntity;fuel:I
      intermediary field_7739 Lnet/minecraft/class_1696;field_7739:I
      official i Lcsg;i:I
    • pushVec

      public Vec3d pushVec
      Mappings:
      Namespace Name Mixin selector
      named pushVec Lnet/minecraft/entity/vehicle/FurnaceMinecartEntity;pushVec:Lnet/minecraft/util/math/Vec3d;
      intermediary field_54300 Lnet/minecraft/class_1696;field_54300:Lnet/minecraft/class_243;
      official b Lcsg;b:Lfbx;
  • Constructor Details

    • FurnaceMinecartEntity

      public FurnaceMinecartEntity(EntityType<? extends FurnaceMinecartEntity> type, World world)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/entity/Entity;<init>(Lnet/minecraft/entity/EntityType;Lnet/minecraft/world/World;)V
      intermediary <init> Lnet/minecraft/class_1297;<init>(Lnet/minecraft/class_1299;Lnet/minecraft/class_1937;)V
      official <init> Lbvj;<init>(Lbvq;Ldhh;)V
  • Method Details

    • isSelfPropelling

      public boolean isSelfPropelling()
      Overrides:
      isSelfPropelling in class AbstractMinecartEntity
      Mappings:
      Namespace Name Mixin selector
      named isSelfPropelling Lnet/minecraft/entity/vehicle/AbstractMinecartEntity;isSelfPropelling()Z
      intermediary method_64273 Lnet/minecraft/class_1688;method_64273()Z
      official E Lcrv;E()Z
    • initDataTracker

      protected void initDataTracker(DataTracker.Builder builder)
      Initializes data tracker.
      Overrides:
      initDataTracker in class AbstractMinecartEntity
      API Note:
      Subclasses should override this and add to the builder any data that needs to be tracked.
      Mappings:
      Namespace Name Mixin selector
      named initDataTracker Lnet/minecraft/entity/Entity;initDataTracker(Lnet/minecraft/entity/data/DataTracker$Builder;)V
      intermediary method_5693 Lnet/minecraft/class_1297;method_5693(Lnet/minecraft/class_2945$class_9222;)V
      official a Lbvj;a(Lalg$a;)V
    • tick

      public void tick()
      Ticks this entity.
      Overrides:
      tick in class AbstractMinecartEntity
      See Also:
      API Note:
      This can be overridden to add additional logics. super.tick(); should be called in those cases.
      Implementation Note:
      By default, this delegates all logics to Entity.baseTick().
      Mappings:
      Namespace Name Mixin selector
      named tick Lnet/minecraft/entity/Entity;tick()V
      intermediary method_5773 Lnet/minecraft/class_1297;method_5773()V
      official h Lbvj;h()V
    • getMaxSpeed

      protected double getMaxSpeed(ServerWorld world)
      Overrides:
      getMaxSpeed in class AbstractMinecartEntity
      Mappings:
      Namespace Name Mixin selector
      named getMaxSpeed Lnet/minecraft/entity/vehicle/AbstractMinecartEntity;getMaxSpeed(Lnet/minecraft/server/world/ServerWorld;)D
      intermediary method_7504 Lnet/minecraft/class_1688;method_7504(Lnet/minecraft/class_3218;)D
      official a Lcrv;a(Lash;)D
    • asItem

      protected Item asItem()
      Specified by:
      asItem in class VehicleEntity
      Mappings:
      Namespace Name Mixin selector
      named asItem Lnet/minecraft/entity/vehicle/VehicleEntity;asItem()Lnet/minecraft/item/Item;
      intermediary method_7557 Lnet/minecraft/class_8836;method_7557()Lnet/minecraft/class_1792;
      official u Lcsn;u()Lcxk;
    • getPickBlockStack

      public ItemStack getPickBlockStack()
      Returns the stack for creative "pick block" functionality, or null if there is none.

      If the entity has an item representation (such as boats or minecarts), this should be overridden to return a new stack. Note that MobEntity handles the spawn eggs. ItemFrameEntity instead returns the copy of the stack held in the frame.

      Specified by:
      getPickBlockStack in class AbstractMinecartEntity
      Returns:
      the stack for creative "pick block" functionality, or null if there is none
      Mappings:
      Namespace Name Mixin selector
      named getPickBlockStack Lnet/minecraft/entity/Entity;getPickBlockStack()Lnet/minecraft/item/ItemStack;
      intermediary method_31480 Lnet/minecraft/class_1297;method_31480()Lnet/minecraft/class_1799;
      official dJ Lbvj;dJ()Lcxo;
    • applySlowdown

      protected Vec3d applySlowdown(Vec3d velocity)
      Overrides:
      applySlowdown in class AbstractMinecartEntity
      Mappings:
      Namespace Name Mixin selector
      named applySlowdown Lnet/minecraft/entity/vehicle/AbstractMinecartEntity;applySlowdown(Lnet/minecraft/util/math/Vec3d;)Lnet/minecraft/util/math/Vec3d;
      intermediary method_7525 Lnet/minecraft/class_1688;method_7525(Lnet/minecraft/class_243;)Lnet/minecraft/class_243;
      official a Lcrv;a(Lfbx;)Lfbx;
    • method_64276

      private Vec3d method_64276(Vec3d velocity)
      Mappings:
      Namespace Name Mixin selector
      named method_64276 Lnet/minecraft/entity/vehicle/FurnaceMinecartEntity;method_64276(Lnet/minecraft/util/math/Vec3d;)Lnet/minecraft/util/math/Vec3d;
      intermediary method_64276 Lnet/minecraft/class_1696;method_64276(Lnet/minecraft/class_243;)Lnet/minecraft/class_243;
      official j Lcsg;j(Lfbx;)Lfbx;
    • interact

      public ActionResult interact(PlayerEntity player, Hand hand)
      Called when a player interacts with this entity.
      Overrides:
      interact in class Entity
      Parameters:
      player - the player
      hand - the hand the player used to interact with this entity
      Mappings:
      Namespace Name Mixin selector
      named interact Lnet/minecraft/entity/Entity;interact(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;)Lnet/minecraft/util/ActionResult;
      intermediary method_5688 Lnet/minecraft/class_1297;method_5688(Lnet/minecraft/class_1657;Lnet/minecraft/class_1268;)Lnet/minecraft/class_1269;
      official a Lbvj;a(Lcpw;Lbth;)Lbti;
    • writeCustomDataToNbt

      protected void writeCustomDataToNbt(NbtCompound nbt)
      Writes custom data to nbt. Subclasses have to implement this.

      NBT is a storage format; therefore, a data from NBT is loaded to an entity instance's fields, which are used for other operations instead of the NBT. The data is written back to NBT when saving the entity.

      Overrides:
      writeCustomDataToNbt in class AbstractMinecartEntity
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named writeCustomDataToNbt Lnet/minecraft/entity/Entity;writeCustomDataToNbt(Lnet/minecraft/nbt/NbtCompound;)V
      intermediary method_5652 Lnet/minecraft/class_1297;method_5652(Lnet/minecraft/class_2487;)V
      official b Lbvj;b(Lux;)V
    • readCustomDataFromNbt

      protected void readCustomDataFromNbt(NbtCompound nbt)
      Reads custom data from nbt. Subclasses have to implement this.

      NBT is a storage format; therefore, a data from NBT is loaded to an entity instance's fields, which are used for other operations instead of the NBT. The data is written back to NBT when saving the entity.

      nbt might not have all expected keys, or might have a key whose value does not meet the requirement (such as the type or the range). This method should fall back to a reasonable default value instead of throwing an exception.

      Overrides:
      readCustomDataFromNbt in class AbstractMinecartEntity
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named readCustomDataFromNbt Lnet/minecraft/entity/Entity;readCustomDataFromNbt(Lnet/minecraft/nbt/NbtCompound;)V
      intermediary method_5749 Lnet/minecraft/class_1297;method_5749(Lnet/minecraft/class_2487;)V
      official a Lbvj;a(Lux;)V
    • isLit

      protected boolean isLit()
      Mappings:
      Namespace Name Mixin selector
      named isLit Lnet/minecraft/entity/vehicle/FurnaceMinecartEntity;isLit()Z
      intermediary method_7565 Lnet/minecraft/class_1696;method_7565()Z
      official v Lcsg;v()Z
    • setLit

      protected void setLit(boolean lit)
      Mappings:
      Namespace Name Mixin selector
      named setLit Lnet/minecraft/entity/vehicle/FurnaceMinecartEntity;setLit(Z)V
      intermediary method_7564 Lnet/minecraft/class_1696;method_7564(Z)V
      official s Lcsg;s(Z)V
    • getDefaultContainedBlock

      public BlockState getDefaultContainedBlock()
      Overrides:
      getDefaultContainedBlock in class AbstractMinecartEntity
      Mappings:
      Namespace Name Mixin selector
      named getDefaultContainedBlock Lnet/minecraft/entity/vehicle/AbstractMinecartEntity;getDefaultContainedBlock()Lnet/minecraft/block/BlockState;
      intermediary method_7517 Lnet/minecraft/class_1688;method_7517()Lnet/minecraft/class_2680;
      official w Lcrv;w()Ldxu;