Package com.hammy275.immersivemc.mixin
Interface BeaconBlockEntityMixin
public interface BeaconBlockEntityMixin
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.inventory.ContainerData
int
net.minecraft.core.Holder
<net.minecraft.world.effect.MobEffect> net.minecraft.core.Holder
<net.minecraft.world.effect.MobEffect>
-
Method Details
-
immersiveMC$getLevels
int immersiveMC$getLevels() -
immersiveMC$getPrimaryPower
net.minecraft.core.Holder<net.minecraft.world.effect.MobEffect> immersiveMC$getPrimaryPower() -
immersiveMC$getSecondaryPower
net.minecraft.core.Holder<net.minecraft.world.effect.MobEffect> immersiveMC$getSecondaryPower() -
immersiveMC$getBeaconData
net.minecraft.world.inventory.ContainerData immersiveMC$getBeaconData()
-