Uses of Class
net.minecraft.world.DifficultyInstance
-
-
Uses of DifficultyInstance in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type DifficultyInstance Modifier and Type Method Description ILivingEntityData
AgeableEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
MobEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
protected void
MobEntity. populateDefaultEquipmentEnchantments(DifficultyInstance p_180483_1_)
protected void
MobEntity. populateDefaultEquipmentSlots(DifficultyInstance p_180481_1_)
-
Uses of DifficultyInstance in net.minecraft.entity.ai.goal
Methods in net.minecraft.entity.ai.goal with parameters of type DifficultyInstance Modifier and Type Method Description private AbstractHorseEntity
TriggerSkeletonTrapGoal. createHorse(DifficultyInstance p_188515_1_)
private SkeletonEntity
TriggerSkeletonTrapGoal. createSkeleton(DifficultyInstance p_188514_1_, AbstractHorseEntity p_188514_2_)
-
Uses of DifficultyInstance in net.minecraft.entity.merchant.villager
Methods in net.minecraft.entity.merchant.villager with parameters of type DifficultyInstance Modifier and Type Method Description ILivingEntityData
AbstractVillagerEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
VillagerEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
-
Uses of DifficultyInstance in net.minecraft.entity.monster
-
Uses of DifficultyInstance in net.minecraft.entity.monster.piglin
Methods in net.minecraft.entity.monster.piglin with parameters of type DifficultyInstance Modifier and Type Method Description ILivingEntityData
PiglinBruteEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
PiglinEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
protected void
PiglinBruteEntity. populateDefaultEquipmentSlots(DifficultyInstance p_180481_1_)
protected void
PiglinEntity. populateDefaultEquipmentSlots(DifficultyInstance p_180481_1_)
-
Uses of DifficultyInstance in net.minecraft.entity.passive
-
Uses of DifficultyInstance in net.minecraft.entity.passive.fish
Methods in net.minecraft.entity.passive.fish with parameters of type DifficultyInstance Modifier and Type Method Description ILivingEntityData
AbstractGroupFishEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
TropicalFishEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
-
Uses of DifficultyInstance in net.minecraft.entity.passive.horse
Methods in net.minecraft.entity.passive.horse with parameters of type DifficultyInstance Modifier and Type Method Description ILivingEntityData
AbstractHorseEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
HorseEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
LlamaEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
TraderLlamaEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
-
Uses of DifficultyInstance in net.minecraft.world
Methods in net.minecraft.world that return DifficultyInstance Modifier and Type Method Description DifficultyInstance
IWorld. getCurrentDifficultyAt(BlockPos p_175649_1_)
DifficultyInstance
World. getCurrentDifficultyAt(BlockPos p_175649_1_)
-
Uses of DifficultyInstance in net.minecraft.world.gen
Methods in net.minecraft.world.gen that return DifficultyInstance Modifier and Type Method Description DifficultyInstance
WorldGenRegion. getCurrentDifficultyAt(BlockPos p_175649_1_)
-
Uses of DifficultyInstance in net.minecraft.world.raid
Methods in net.minecraft.world.raid with parameters of type DifficultyInstance Modifier and Type Method Description private int
Raid. getPotentialBonusSpawns(Raid.WaveMember p_221335_1_, java.util.Random p_221335_2_, int p_221335_3_, DifficultyInstance p_221335_4_, boolean p_221335_5_)
-