Package net.minecraft.village
Class ZombieSiegeManager
java.lang.Object
net.minecraft.village.ZombieSiegeManager
- All Implemented Interfaces:
SpecialSpawner
- Mappings:
Namespace Name named net/minecraft/village/ZombieSiegeManagerintermediary net/minecraft/class_1419official cqa
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSpawnVector(ServerWorld world, BlockPos pos) private booleanspawn(ServerWorld world) voidspawn(ServerWorld world, boolean spawnMonsters) Spawns entities into a world.private voidtrySpawnZombie(ServerWorld world)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGERLnet/minecraft/village/ZombieSiegeManager;LOGGER:Lorg/slf4j/Logger;intermediary field_26390Lnet/minecraft/class_1419;field_26390:Lorg/slf4j/Logger;official aLcqa;a:Lorg/slf4j/Logger;
-
spawned
private boolean spawned- Mappings:
Namespace Name Mixin selector named spawnedLnet/minecraft/village/ZombieSiegeManager;spawned:Zintermediary field_6725Lnet/minecraft/class_1419;field_6725:Zofficial bLcqa;b:Z
-
state
- Mappings:
Namespace Name Mixin selector named stateLnet/minecraft/village/ZombieSiegeManager;state:Lnet/minecraft/village/ZombieSiegeManager$State;intermediary field_18479Lnet/minecraft/class_1419;field_18479:Lnet/minecraft/class_1419$class_4152;official cLcqa;c:Lcqa$a;
-
remaining
private int remaining- Mappings:
Namespace Name Mixin selector named remainingLnet/minecraft/village/ZombieSiegeManager;remaining:Iintermediary field_6723Lnet/minecraft/class_1419;field_6723:Iofficial dLcqa;d:I
-
countdown
private int countdown- Mappings:
Namespace Name Mixin selector named countdownLnet/minecraft/village/ZombieSiegeManager;countdown:Iintermediary field_6722Lnet/minecraft/class_1419;field_6722:Iofficial eLcqa;e:I
-
startX
private int startX- Mappings:
Namespace Name Mixin selector named startXLnet/minecraft/village/ZombieSiegeManager;startX:Iintermediary field_6721Lnet/minecraft/class_1419;field_6721:Iofficial fLcqa;f:I
-
startY
private int startY- Mappings:
Namespace Name Mixin selector named startYLnet/minecraft/village/ZombieSiegeManager;startY:Iintermediary field_6720Lnet/minecraft/class_1419;field_6720:Iofficial gLcqa;g:I
-
startZ
private int startZ- Mappings:
Namespace Name Mixin selector named startZLnet/minecraft/village/ZombieSiegeManager;startZ:Iintermediary field_6719Lnet/minecraft/class_1419;field_6719:Iofficial hLcqa;h:I
-
-
Constructor Details
-
ZombieSiegeManager
public ZombieSiegeManager()
-
-
Method Details
-
spawn
Spawns entities into a world.- Specified by:
spawnin interfaceSpecialSpawner- Parameters:
spawnMonsters- whether monsters should be spawned- Mappings:
Namespace Name Mixin selector named spawnLnet/minecraft/world/spawner/SpecialSpawner;spawn(Lnet/minecraft/server/world/ServerWorld;Z)Vintermediary method_6445Lnet/minecraft/class_5304;method_6445(Lnet/minecraft/class_3218;Z)Vofficial aLdrc;a(Lawx;Z)V
-
spawn
- Mappings:
Namespace Name Mixin selector named spawnLnet/minecraft/village/ZombieSiegeManager;spawn(Lnet/minecraft/server/world/ServerWorld;)Zintermediary method_6446Lnet/minecraft/class_1419;method_6446(Lnet/minecraft/class_3218;)Zofficial aLcqa;a(Lawx;)Z
-
trySpawnZombie
- Mappings:
Namespace Name Mixin selector named trySpawnZombieLnet/minecraft/village/ZombieSiegeManager;trySpawnZombie(Lnet/minecraft/server/world/ServerWorld;)Vintermediary method_6447Lnet/minecraft/class_1419;method_6447(Lnet/minecraft/class_3218;)Vofficial bLcqa;b(Lawx;)V
-
getSpawnVector
- Mappings:
Namespace Name Mixin selector named getSpawnVectorLnet/minecraft/village/ZombieSiegeManager;getSpawnVector(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/Vec3d;intermediary method_6448Lnet/minecraft/class_1419;method_6448(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)Lnet/minecraft/class_243;official aLcqa;a(Lawx;Lja;)Lfoh;
-