Uses of Class
net.minecraft.world.event.GameEvent.class_7447
Packages that use GameEvent.class_7447
Package
Description
-
Uses of GameEvent.class_7447 in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type GameEvent.class_7447Modifier and TypeMethodDescriptionbooleanSculkCatalystBlockEntity.listen(ServerWorld world, GameEvent.class_7447 class_7447) Listens to an incoming game event. -
Uses of GameEvent.class_7447 in net.minecraft.client.render.debug
Methods in net.minecraft.client.render.debug with parameters of type GameEvent.class_7447Modifier and TypeMethodDescriptionbooleanGameEventDebugRenderer.Listener.listen(ServerWorld world, GameEvent.class_7447 class_7447) Listens to an incoming game event. -
Uses of GameEvent.class_7447 in net.minecraft.server.world
Fields in net.minecraft.server.world with type parameters of type GameEvent.class_7447Method parameters in net.minecraft.server.world with type arguments of type GameEvent.class_7447Modifier and TypeMethodDescriptionprivate voidServerWorld.method_43663(List<GameEvent.class_7447> list) -
Uses of GameEvent.class_7447 in net.minecraft.world.event
Methods in net.minecraft.world.event with parameters of type GameEvent.class_7447Modifier and TypeMethodDescriptionintGameEvent.class_7447.compareTo(GameEvent.class_7447 class_7447) -
Uses of GameEvent.class_7447 in net.minecraft.world.event.listener
Methods in net.minecraft.world.event.listener with parameters of type GameEvent.class_7447Modifier and TypeMethodDescriptionbooleanGameEventListener.listen(ServerWorld world, GameEvent.class_7447 class_7447) Listens to an incoming game event.booleanVibrationListener.listen(ServerWorld world, GameEvent.class_7447 class_7447) Listens to an incoming game event.