Interface BlockAndTintGetterMixin
public interface BlockAndTintGetterMixin
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidirregular_implements$getBrightness(net.minecraft.world.level.LightLayer lightType, net.minecraft.core.BlockPos blockPos, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Integer> cir) default voidirregular_implements$getRawBrightness(net.minecraft.core.BlockPos blockPos, int amount, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Integer> cir)
-
Method Details
-
irregular_implements$getBrightness
default void irregular_implements$getBrightness(net.minecraft.world.level.LightLayer lightType, net.minecraft.core.BlockPos blockPos, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Integer> cir) -
irregular_implements$getRawBrightness
default void irregular_implements$getRawBrightness(net.minecraft.core.BlockPos blockPos, int amount, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Integer> cir)
-