Class WeightedEntry.IntrusiveBase

java.lang.Object
net.minecraft.util.random.WeightedEntry.IntrusiveBase
All Implemented Interfaces:
WeightedEntry
Direct Known Subclasses:
EnchantmentInstance, LongJumpToRandomPos.PossibleJump, MobSpawnSettings.SpawnerData
Enclosing interface:
WeightedEntry

public static class WeightedEntry.IntrusiveBase extends Object implements WeightedEntry
  • Field Details

    • weight

      private final Weight weight
  • Constructor Details

    • IntrusiveBase

      public IntrusiveBase(int pWeight)
    • IntrusiveBase

      public IntrusiveBase(Weight pWeight)
  • Method Details