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>
listeners
private World
world
Fields 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 void
addListener(GameEventListener listener)
boolean
isEmpty()
private boolean
method_32936(World world, GameEvent gameEvent, Entity entity, BlockPos blockPos, GameEventListener gameEventListener)
void
method_32943(GameEvent gameEvent, Entity entity, BlockPos blockPos)
void
removeListener(GameEventListener listener)
-
Field Details
-
listeners
-
world
-
-
Constructor Details
-
class_5711
-
-
Method Details
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceclass_5713
-
addListener
- Specified by:
addListener
in interfaceclass_5713
-
removeListener
- Specified by:
removeListener
in interfaceclass_5713
-
method_32943
- Specified by:
method_32943
in interfaceclass_5713
-
method_32936
-