mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 08:01:32 +01:00
Update EntityPacketsMixin.java
This commit is contained in:
parent
bd98375436
commit
2f1de62f18
@ -12,9 +12,8 @@ import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable;
|
||||
|
||||
@Mixin({S14PacketEntity.class, S19PacketEntityHeadLook.class, S19PacketEntityStatus.class})
|
||||
public class EntityPacketsMixin {
|
||||
@SuppressWarnings("UnresolvedMixinReference")
|
||||
@Inject(
|
||||
method = {"getEntity", "func_149065_a", "func_149381_a", "func_149161_a"},
|
||||
method = {"getEntity"},
|
||||
at = @At("HEAD"),
|
||||
cancellable = true,
|
||||
remap = false
|
||||
|
Loading…
Reference in New Issue
Block a user