Package net.minecraft.block.spawner
Record Class TrialSpawnerConfig
java.lang.Object
java.lang.Record
net.minecraft.block.spawner.TrialSpawnerConfig
- Record Components:
requiredPlayerRange-spawnRange-totalMobs-simultaneousMobs-totalMobsAddedPerPlayer-simultaneousMobsAddedPerPlayer-ticksBetweenSpawn-targetCooldownLength-spawnPotentialsDefinition-lootTablesToEject-
public record TrialSpawnerConfig(int requiredPlayerRange, int spawnRange, float totalMobs, float simultaneousMobs, float totalMobsAddedPerPlayer, float simultaneousMobsAddedPerPlayer, int ticksBetweenSpawn, int targetCooldownLength, DataPool<MobSpawnerEntry> spawnPotentialsDefinition, DataPool<Identifier> lootTablesToEject)
extends Record
- Mappings:
Namespace Name official disintermediary net/minecraft/class_8965named net/minecraft/block/spawner/TrialSpawnerConfigofficial cintermediary comp_2102named requiredPlayerRangeofficial dintermediary comp_2103named spawnRangeofficial eintermediary comp_2104named totalMobsofficial fintermediary comp_2105named simultaneousMobsofficial gintermediary comp_2106named totalMobsAddedPerPlayerofficial hintermediary comp_2107named simultaneousMobsAddedPerPlayerofficial iintermediary comp_2108named ticksBetweenSpawnofficial jintermediary comp_2109named targetCooldownLengthofficial kintermediary comp_2110named spawnPotentialsDefinitionofficial lintermediary comp_2111named lootTablesToEject
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic com.mojang.serialization.MapCodec<TrialSpawnerConfig>static TrialSpawnerConfigprivate final DataPool<Identifier>The field for thelootTablesToEjectrecord component.private final intThe field for therequiredPlayerRangerecord component.private final floatThe field for thesimultaneousMobsrecord component.private final floatThe field for thesimultaneousMobsAddedPerPlayerrecord component.private final DataPool<MobSpawnerEntry>The field for thespawnPotentialsDefinitionrecord component.private final intThe field for thespawnRangerecord component.private final intThe field for thetargetCooldownLengthrecord component.private final intThe field for theticksBetweenSpawnrecord component.private final floatThe field for thetotalMobsrecord component.private final floatThe field for thetotalMobsAddedPerPlayerrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionTrialSpawnerConfig(int int2, int int3, float float2, float float3, float float4, float float5, int int4, int int5, DataPool<MobSpawnerEntry> dataPool, DataPool<Identifier> dataPool2) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.intgetSimultaneousMobs(int additionalPlayers) intgetTotalMobs(int additionalPlayers) final inthashCode()Returns a hash code value for this object.Returns the value of thelootTablesToEjectrecord component.intReturns the value of therequiredPlayerRangerecord component.floatReturns the value of thesimultaneousMobsrecord component.floatReturns the value of thesimultaneousMobsAddedPerPlayerrecord component.Returns the value of thespawnPotentialsDefinitionrecord component.intReturns the value of thespawnRangerecord component.intReturns the value of thetargetCooldownLengthrecord component.intReturns the value of theticksBetweenSpawnrecord component.final StringtoString()Returns a string representation of this record class.floatReturns the value of thetotalMobsrecord component.floatReturns the value of thetotalMobsAddedPerPlayerrecord component.
-
Field Details
-
requiredPlayerRange
private final int requiredPlayerRangeThe field for therequiredPlayerRangerecord component. -
spawnRange
private final int spawnRangeThe field for thespawnRangerecord component. -
totalMobs
private final float totalMobsThe field for thetotalMobsrecord component. -
simultaneousMobs
private final float simultaneousMobsThe field for thesimultaneousMobsrecord component. -
totalMobsAddedPerPlayer
private final float totalMobsAddedPerPlayerThe field for thetotalMobsAddedPerPlayerrecord component. -
simultaneousMobsAddedPerPlayer
private final float simultaneousMobsAddedPerPlayerThe field for thesimultaneousMobsAddedPerPlayerrecord component. -
ticksBetweenSpawn
private final int ticksBetweenSpawnThe field for theticksBetweenSpawnrecord component. -
targetCooldownLength
private final int targetCooldownLengthThe field for thetargetCooldownLengthrecord component. -
spawnPotentialsDefinition
The field for thespawnPotentialsDefinitionrecord component. -
lootTablesToEject
The field for thelootTablesToEjectrecord component. -
defaultInstance
- Mappings:
Namespace Name Mixin selector official aLdis;a:Ldis;intermediary field_47367Lnet/minecraft/class_8965;field_47367:Lnet/minecraft/class_8965;named defaultInstanceLnet/minecraft/block/spawner/TrialSpawnerConfig;defaultInstance:Lnet/minecraft/block/spawner/TrialSpawnerConfig;
-
codec
- Mappings:
Namespace Name Mixin selector official bLdis;b:Lcom/mojang/serialization/MapCodec;intermediary field_47368Lnet/minecraft/class_8965;field_47368:Lcom/mojang/serialization/MapCodec;named codecLnet/minecraft/block/spawner/TrialSpawnerConfig;codec:Lcom/mojang/serialization/MapCodec;
-
-
Constructor Details
-
TrialSpawnerConfig
public TrialSpawnerConfig(int int2, int int3, float float2, float float3, float float4, float float5, int int4, int int5, DataPool<MobSpawnerEntry> dataPool, DataPool<Identifier> dataPool2)
-
-
Method Details
-
getTotalMobs
public int getTotalMobs(int additionalPlayers) - Mappings:
Namespace Name Mixin selector official aLdis;a(I)Iintermediary method_55179Lnet/minecraft/class_8965;method_55179(I)Inamed getTotalMobsLnet/minecraft/block/spawner/TrialSpawnerConfig;getTotalMobs(I)I
-
getSimultaneousMobs
public int getSimultaneousMobs(int additionalPlayers) - Mappings:
Namespace Name Mixin selector official bLdis;b(I)Iintermediary method_55181Lnet/minecraft/class_8965;method_55181(I)Inamed getSimultaneousMobsLnet/minecraft/block/spawner/TrialSpawnerConfig;getSimultaneousMobs(I)I
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='. -
requiredPlayerRange
public int requiredPlayerRange()Returns the value of therequiredPlayerRangerecord component.- Returns:
- the value of the
requiredPlayerRangerecord component
-
spawnRange
public int spawnRange()Returns the value of thespawnRangerecord component.- Returns:
- the value of the
spawnRangerecord component
-
totalMobs
public float totalMobs()Returns the value of thetotalMobsrecord component.- Returns:
- the value of the
totalMobsrecord component
-
simultaneousMobs
public float simultaneousMobs()Returns the value of thesimultaneousMobsrecord component.- Returns:
- the value of the
simultaneousMobsrecord component
-
totalMobsAddedPerPlayer
public float totalMobsAddedPerPlayer()Returns the value of thetotalMobsAddedPerPlayerrecord component.- Returns:
- the value of the
totalMobsAddedPerPlayerrecord component
-
simultaneousMobsAddedPerPlayer
public float simultaneousMobsAddedPerPlayer()Returns the value of thesimultaneousMobsAddedPerPlayerrecord component.- Returns:
- the value of the
simultaneousMobsAddedPerPlayerrecord component
-
ticksBetweenSpawn
public int ticksBetweenSpawn()Returns the value of theticksBetweenSpawnrecord component.- Returns:
- the value of the
ticksBetweenSpawnrecord component
-
targetCooldownLength
public int targetCooldownLength()Returns the value of thetargetCooldownLengthrecord component.- Returns:
- the value of the
targetCooldownLengthrecord component
-
spawnPotentialsDefinition
Returns the value of thespawnPotentialsDefinitionrecord component.- Returns:
- the value of the
spawnPotentialsDefinitionrecord component
-
lootTablesToEject
Returns the value of thelootTablesToEjectrecord component.- Returns:
- the value of the
lootTablesToEjectrecord component
-