Package net.minecraft.world
Class WanderingTraderManager
java.lang.Object
net.minecraft.world.WanderingTraderManager
- All Implemented Interfaces:
Spawner
public class WanderingTraderManager extends Object implements Spawner
- Mappings:
Namespace Name official bhfintermediary net/minecraft/class_3990named net/minecraft/world/WanderingTraderManager
-
Field Summary
Fields Modifier and Type Field Description private ServerWorldPropertiespropertiesprivate Randomrandomprivate intspawnChanceprivate intspawnDelayprivate intspawnTimer -
Constructor Summary
Constructors Constructor Description WanderingTraderManager(ServerWorldProperties properties) -
Method Summary
Modifier and Type Method Description private booleandoesNotSuffocateAt(BlockView world, BlockPos pos)private BlockPosgetNearbySpawnPos(WorldView world, BlockPos pos, int int2)private booleanmethod_18018(ServerWorld serverWorld)intspawn(ServerWorld world, boolean spawnMonsters, boolean spawnAnimals)Spawns entities into a world.private voidspawnLlama(ServerWorld world, WanderingTraderEntity wanderingTrader, int int2)
-
Field Details
-
random
- Mappings:
Namespace Name Mixin selector official aLbhf;a:Ljava/util/Random;intermediary field_17726Lnet/minecraft/class_3990;field_17726:Ljava/util/Random;named randomLnet/minecraft/world/WanderingTraderManager;random:Ljava/util/Random;
-
properties
- Mappings:
Namespace Name Mixin selector official bLbhf;b:Ldea;intermediary field_24387Lnet/minecraft/class_3990;field_24387:Lnet/minecraft/class_5268;named propertiesLnet/minecraft/world/WanderingTraderManager;properties:Lnet/minecraft/world/level/ServerWorldProperties;
-
spawnTimer
private int spawnTimer- Mappings:
Namespace Name Mixin selector official cLbhf;c:Iintermediary field_17728Lnet/minecraft/class_3990;field_17728:Inamed spawnTimerLnet/minecraft/world/WanderingTraderManager;spawnTimer:I
-
spawnDelay
private int spawnDelay- Mappings:
Namespace Name Mixin selector official dLbhf;d:Iintermediary field_17729Lnet/minecraft/class_3990;field_17729:Inamed spawnDelayLnet/minecraft/world/WanderingTraderManager;spawnDelay:I
-
spawnChance
private int spawnChance- Mappings:
Namespace Name Mixin selector official eLbhf;e:Iintermediary field_17730Lnet/minecraft/class_3990;field_17730:Inamed spawnChanceLnet/minecraft/world/WanderingTraderManager;spawnChance:I
-
-
Constructor Details
-
WanderingTraderManager
- Mappings:
Namespace Name Mixin selector official <init>Lbhf;<init>(Ldea;)Vintermediary <init>Lnet/minecraft/class_3990;<init>(Lnet/minecraft/class_5268;)Vnamed <init>Lnet/minecraft/world/WanderingTraderManager;<init>(Lnet/minecraft/world/level/ServerWorldProperties;)V
-
-
Method Details
-
spawn
Spawns entities into a world.- Specified by:
spawnin interfaceSpawner- Parameters:
spawnMonsters- whether monsters should be spawnedspawnAnimals- whether animals should be spawned- Returns:
- the number of entities spawned
- Mappings:
Namespace Name Mixin selector official aLbth;a(Laav;ZZ)Iintermediary method_6445Lnet/minecraft/class_5304;method_6445(Lnet/minecraft/class_3218;ZZ)Inamed spawnLnet/minecraft/world/gen/Spawner;spawn(Lnet/minecraft/server/world/ServerWorld;ZZ)I
-
method_18018
- Mappings:
Namespace Name Mixin selector official aLbhf;a(Laav;)Zintermediary method_18018Lnet/minecraft/class_3990;method_18018(Lnet/minecraft/class_3218;)Znamed method_18018Lnet/minecraft/world/WanderingTraderManager;method_18018(Lnet/minecraft/server/world/ServerWorld;)Z
-
spawnLlama
- Mappings:
Namespace Name Mixin selector official aLbhf;a(Laav;Lbhe;I)Vintermediary method_18016Lnet/minecraft/class_3990;method_18016(Lnet/minecraft/class_3218;Lnet/minecraft/class_3989;I)Vnamed spawnLlamaLnet/minecraft/world/WanderingTraderManager;spawnLlama(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/passive/WanderingTraderEntity;I)V
-
getNearbySpawnPos
- Mappings:
Namespace Name Mixin selector official aLbhf;a(Lbty;Lfx;I)Lfx;intermediary method_18017Lnet/minecraft/class_3990;method_18017(Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;I)Lnet/minecraft/class_2338;named getNearbySpawnPosLnet/minecraft/world/WanderingTraderManager;getNearbySpawnPos(Lnet/minecraft/world/WorldView;Lnet/minecraft/util/math/BlockPos;I)Lnet/minecraft/util/math/BlockPos;
-
doesNotSuffocateAt
- Mappings:
Namespace Name Mixin selector official aLbhf;a(Lbsz;Lfx;)Zintermediary method_23279Lnet/minecraft/class_3990;method_23279(Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;)Znamed doesNotSuffocateAtLnet/minecraft/world/WanderingTraderManager;doesNotSuffocateAt(Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;)Z
-