Package net.minecraft
Class class_5711
java.lang.Object
net.minecraft.class_5711
- All Implemented Interfaces:
class_5713
public class class_5711 extends Object implements class_5713
-
Field Summary
Fields Modifier and Type Field Description private List<GameEventListener>listenersprivate WorldworldFields inherited from interface net.minecraft.class_5713
field_28181 -
Constructor Summary
Constructors Constructor Description class_5711(World world) -
Method Summary
Modifier and Type Method Description voidaddListener(GameEventListener listener)booleanisEmpty()private booleanmethod_32936(World world, GameEvent gameEvent, Entity entity, BlockPos blockPos, GameEventListener gameEventListener)voidmethod_32943(GameEvent gameEvent, Entity entity, BlockPos blockPos)voidremoveListener(GameEventListener listener)
-
Field Details
-
listeners
-
world
-
-
Constructor Details
-
class_5711
-
-
Method Details
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceclass_5713
-
addListener
- Specified by:
addListenerin interfaceclass_5713
-
removeListener
- Specified by:
removeListenerin interfaceclass_5713
-
method_32943
- Specified by:
method_32943in interfaceclass_5713
-
method_32936
-