[Fix] Warning in SignEditScreenMixin
This commit is contained in:
parent
8e4eaf30be
commit
5707fd493f
1 changed files with 0 additions and 9 deletions
|
@ -9,7 +9,6 @@ import net.minecraft.client.gui.screens.inventory.AbstractSignEditScreen;
|
||||||
import net.minecraft.client.gui.screens.inventory.SignEditScreen;
|
import net.minecraft.client.gui.screens.inventory.SignEditScreen;
|
||||||
import net.minecraft.client.renderer.MultiBufferSource;
|
import net.minecraft.client.renderer.MultiBufferSource;
|
||||||
import net.minecraft.client.renderer.blockentity.SignRenderer;
|
import net.minecraft.client.renderer.blockentity.SignRenderer;
|
||||||
import net.minecraft.network.chat.Component;
|
|
||||||
import net.minecraft.world.level.block.Block;
|
import net.minecraft.world.level.block.Block;
|
||||||
import net.minecraft.world.level.block.entity.SignBlockEntity;
|
import net.minecraft.world.level.block.entity.SignBlockEntity;
|
||||||
import net.minecraft.world.level.block.state.BlockState;
|
import net.minecraft.world.level.block.state.BlockState;
|
||||||
|
@ -36,14 +35,6 @@ public abstract class SignEditScreenMixin extends AbstractSignEditScreen {
|
||||||
super(signBlockEntity, bl);
|
super(signBlockEntity, bl);
|
||||||
}
|
}
|
||||||
|
|
||||||
public SignEditScreenMixin(
|
|
||||||
SignBlockEntity signBlockEntity,
|
|
||||||
boolean bl,
|
|
||||||
Component component
|
|
||||||
) {
|
|
||||||
super(signBlockEntity, bl, component);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Inject(method = "offsetSign", at = @At("TAIL"))
|
@Inject(method = "offsetSign", at = @At("TAIL"))
|
||||||
private void bclib_offsetSign(PoseStack poseStack, BlockState blockState, CallbackInfo ci) {
|
private void bclib_offsetSign(PoseStack poseStack, BlockState blockState, CallbackInfo ci) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue