Package net.minecraft.world.entity
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 official dmz
intermediary net/minecraft/class_5569
named net/minecraft/world/entity/EntityChangeListener
-
Field Summary
-
Method Summary
-
Field Details
-
NONE
An empty listener.- Mappings:
Namespace Name Mixin selector official a
Ldmz;a:Ldmz;
intermediary field_27243
Lnet/minecraft/class_5569;field_27243:Lnet/minecraft/class_5569;
named NONE
Lnet/minecraft/world/entity/EntityChangeListener;NONE:Lnet/minecraft/world/entity/EntityChangeListener;
-
-
Method Details
-
updateEntityPosition
void updateEntityPosition()- Mappings:
Namespace Name Mixin selector official a
Ldmz;a()V
intermediary method_31749
Lnet/minecraft/class_5569;method_31749()V
named updateEntityPosition
Lnet/minecraft/world/entity/EntityChangeListener;updateEntityPosition()V
-
remove
- Mappings:
Namespace Name Mixin selector official a
Ldmz;a(Lblv$c;)V
intermediary method_31750
Lnet/minecraft/class_5569;method_31750(Lnet/minecraft/class_1297$class_5529;)V
named remove
Lnet/minecraft/world/entity/EntityChangeListener;remove(Lnet/minecraft/entity/Entity$RemovalReason;)V
-