Interface EntityChangeListener

All Known Implementing Classes:
ClientEntityManager.Listener, ServerEntityManager.Listener

public interface EntityChangeListener
A listener for an entity's changes associated to saving.

Each callback is associated with an Entity.

Mappings:
Namespace Name
named net/minecraft/world/entity/EntityChangeListener
intermediary net/minecraft/class_5569
official dxh
  • Field Details

    • NONE

      static final EntityChangeListener NONE
      An empty listener.
      Mappings:
      Namespace Name Mixin selector
      named NONE Lnet/minecraft/world/entity/EntityChangeListener;NONE:Lnet/minecraft/world/entity/EntityChangeListener;
      intermediary field_27243 Lnet/minecraft/class_5569;field_27243:Lnet/minecraft/class_5569;
      official a Ldxh;a:Ldxh;
  • Method Details

    • updateEntityPosition

      void updateEntityPosition()
      Mappings:
      Namespace Name Mixin selector
      named updateEntityPosition Lnet/minecraft/world/entity/EntityChangeListener;updateEntityPosition()V
      intermediary method_31749 Lnet/minecraft/class_5569;method_31749()V
      official a Ldxh;a()V
    • remove

      void remove(Entity.RemovalReason reason)
      Mappings:
      Namespace Name Mixin selector
      named remove Lnet/minecraft/world/entity/EntityChangeListener;remove(Lnet/minecraft/entity/Entity$RemovalReason;)V
      intermediary method_31750 Lnet/minecraft/class_5569;method_31750(Lnet/minecraft/class_1297$class_5529;)V
      official a Ldxh;a(Lbsr$c;)V