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 owner, net.minecraft.world.level.block.state.properties.Property<?>[] propertyKeys, Comparable<?>[] propertyValues, 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 owner, net.minecraft.world.level.block.state.properties.Property<?>[] propertyKeys, Comparable<?>[] propertyValues, org.spongepowered.asm.mixin.injection.callback.CallbackInfo callbackInfo)
-