Interface BeaconBlockEntityMixin


public interface BeaconBlockEntityMixin
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.inventory.ContainerData
     
    int
     
    net.minecraft.world.effect.MobEffect
     
    net.minecraft.world.effect.MobEffect
     
  • Method Details

    • getLevels

      int getLevels()
    • getPrimaryPower

      net.minecraft.world.effect.MobEffect getPrimaryPower()
    • getSecondaryPower

      net.minecraft.world.effect.MobEffect getSecondaryPower()
    • getBeaconData

      net.minecraft.world.inventory.ContainerData getBeaconData()