JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
net.minecraft.world.MobSpawnerLogic
Packages that use
MobSpawnerLogic
Package
Description
net.minecraft.block.entity
net.minecraft.entity.vehicle
Uses of
MobSpawnerLogic
in
net.minecraft.block.entity
Fields in
net.minecraft.block.entity
declared as
MobSpawnerLogic
Modifier and Type
Field
Description
private final
MobSpawnerLogic
MobSpawnerBlockEntity.
logic
Methods in
net.minecraft.block.entity
that return
MobSpawnerLogic
Modifier and Type
Method
Description
MobSpawnerLogic
MobSpawnerBlockEntity.
getLogic
()
Uses of
MobSpawnerLogic
in
net.minecraft.entity.vehicle
Fields in
net.minecraft.entity.vehicle
declared as
MobSpawnerLogic
Modifier and Type
Field
Description
private final
MobSpawnerLogic
SpawnerMinecartEntity.
logic
Methods in
net.minecraft.entity.vehicle
that return
MobSpawnerLogic
Modifier and Type
Method
Description
MobSpawnerLogic
SpawnerMinecartEntity.
getLogic
()