Package de.cech12.unlitcampfire.mixin
Class BlockStateBaseMixin
java.lang.Object
de.cech12.unlitcampfire.mixin.BlockStateBaseMixin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract net.minecraft.world.level.block.state.BlockStateasState()protected voidinitProxy(net.minecraft.world.level.block.Block block, it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap<net.minecraft.world.level.block.state.properties.Property<?>, Comparable<?>> ref, com.mojang.serialization.MapCodec<net.minecraft.world.level.block.state.BlockState> codec, org.spongepowered.asm.mixin.injection.callback.CallbackInfo callbackInfo)
-
Constructor Details
-
BlockStateBaseMixin
public BlockStateBaseMixin()
-
-
Method Details
-
asState
protected abstract net.minecraft.world.level.block.state.BlockState asState() -
initProxy
protected void initProxy(net.minecraft.world.level.block.Block block, it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap<net.minecraft.world.level.block.state.properties.Property<?>, Comparable<?>> ref, com.mojang.serialization.MapCodec<net.minecraft.world.level.block.state.BlockState> codec, org.spongepowered.asm.mixin.injection.callback.CallbackInfo callbackInfo)
-