Uses of Class
net.minecraft.entity.merchant.villager.WanderingTraderEntity
-
Packages that use WanderingTraderEntity Package Description net.minecraft.client.renderer.entity net.minecraft.entity net.minecraft.entity.merchant.villager net.minecraft.world.spawner -
-
Uses of WanderingTraderEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type WanderingTraderEntity Modifier and Type Method Description ResourceLocationWanderingTraderRenderer. getTextureLocation(WanderingTraderEntity p_110775_1_)protected voidWanderingTraderRenderer. scale(WanderingTraderEntity p_225620_1_, MatrixStack p_225620_2_, float p_225620_3_) -
Uses of WanderingTraderEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type WanderingTraderEntity Modifier and Type Field Description static EntityType<WanderingTraderEntity>EntityType. WANDERING_TRADER -
Uses of WanderingTraderEntity in net.minecraft.entity.merchant.villager
Fields in net.minecraft.entity.merchant.villager declared as WanderingTraderEntity Modifier and Type Field Description (package private) WanderingTraderEntityWanderingTraderEntity.MoveToGoal. traderConstructors in net.minecraft.entity.merchant.villager with parameters of type WanderingTraderEntity Constructor Description MoveToGoal(WanderingTraderEntity p_i50459_2_, double p_i50459_3_, double p_i50459_5_)Constructor parameters in net.minecraft.entity.merchant.villager with type arguments of type WanderingTraderEntity Constructor Description WanderingTraderEntity(EntityType<? extends WanderingTraderEntity> p_i50178_1_, World p_i50178_2_) -
Uses of WanderingTraderEntity in net.minecraft.world.spawner
Methods in net.minecraft.world.spawner with parameters of type WanderingTraderEntity Modifier and Type Method Description private voidWanderingTraderSpawner. tryToSpawnLlamaFor(ServerWorld p_242373_1_, WanderingTraderEntity p_242373_2_, int p_242373_3_)
-