Package net.minecraft
Interface class_5713
- All Known Implementing Classes:
class_5711
public interface class_5713
- Mappings:
Namespace Name official cluintermediary net/minecraft/class_5713named net/minecraft/class_5713
-
Field Summary
Fields Modifier and Type Field Description static class_5713EMPTY -
Method Summary
Modifier and Type Method Description voidaddListener(GameEventListener listener)booleanisEmpty()voidlisten(GameEvent event, Entity entity, BlockPos pos)voidremoveListener(GameEventListener listener)
-
Field Details
-
EMPTY
- Mappings:
Namespace Name Mixin selector official aLclu;a:Lclu;intermediary field_28181Lnet/minecraft/class_5713;field_28181:Lnet/minecraft/class_5713;named EMPTYLnet/minecraft/class_5713;EMPTY:Lnet/minecraft/class_5713;
-
-
Method Details
-
isEmpty
boolean isEmpty()- Mappings:
Namespace Name Mixin selector official aLclu;a()Zintermediary method_32942Lnet/minecraft/class_5713;method_32942()Znamed isEmptyLnet/minecraft/class_5713;isEmpty()Z
-
addListener
- Mappings:
Namespace Name Mixin selector official aLclu;a(Lclv;)Vintermediary method_32944Lnet/minecraft/class_5713;method_32944(Lnet/minecraft/class_5714;)Vnamed addListenerLnet/minecraft/class_5713;addListener(Lnet/minecraft/world/event/listener/GameEventListener;)V
-
removeListener
- Mappings:
Namespace Name Mixin selector official bLclu;b(Lclv;)Vintermediary method_32945Lnet/minecraft/class_5713;method_32945(Lnet/minecraft/class_5714;)Vnamed removeListenerLnet/minecraft/class_5713;removeListener(Lnet/minecraft/world/event/listener/GameEventListener;)V
-
listen
- Mappings:
Namespace Name Mixin selector official aLclu;a(Lclt;Laqv;Lfx;)Vintermediary method_32943Lnet/minecraft/class_5713;method_32943(Lnet/minecraft/class_5712;Lnet/minecraft/class_1297;Lnet/minecraft/class_2338;)Vnamed listenLnet/minecraft/class_5713;listen(Lnet/minecraft/world/event/GameEvent;Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/BlockPos;)V
-