Class MixinBlockEntity

java.lang.Object
me.shedaniel.architectury.mixin.forge.MixinBlockEntity

public abstract class MixinBlockEntity extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    getUpdatePacket(org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.network.protocol.game.ClientboundBlockEntityDataPacket> cir)
     
    void
    getUpdateTag(org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.nbt.CompoundTag> cir)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MixinBlockEntity

      public MixinBlockEntity()
  • Method Details

    • getUpdatePacket

      public void getUpdatePacket(org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.network.protocol.game.ClientboundBlockEntityDataPacket> cir)
    • getUpdateTag

      public void getUpdateTag(org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.nbt.CompoundTag> cir)