Package net.minecraft

Class class_4671

All Implemented Interfaces:
CommandSource

class class_4671 extends CommandBlockExecutor
Mappings:
Namespace Name
official bcu
intermediary net/minecraft/class_4671
named net/minecraft/class_4671
  • Constructor Details

  • Method Details

    • getBlockPos

      public BlockPos getBlockPos()
      Mappings:
      Namespace Name Mixin selector
      official c Lae;c()Ldt;
      intermediary method_4086 Lnet/minecraft/class_1061;method_4086()Lnet/minecraft/class_2552;
      named getBlockPos Lnet/minecraft/command/CommandSource;getBlockPos()Lnet/minecraft/util/math/BlockPos;
    • getPos

      public Vec3d getPos()
      Mappings:
      Namespace Name Mixin selector
      official d Lae;d()Lbrw;
      intermediary method_10787 Lnet/minecraft/class_1061;method_10787()Lnet/minecraft/class_236;
      named getPos Lnet/minecraft/command/CommandSource;getPos()Lnet/minecraft/util/math/Vec3d;
    • getWorld

      public World getWorld()
      Mappings:
      Namespace Name Mixin selector
      official e Lae;e()Laqu;
      intermediary method_5506 Lnet/minecraft/class_1061;method_5506()Lnet/minecraft/class_1150;
      named getWorld Lnet/minecraft/command/CommandSource;getWorld()Lnet/minecraft/world/World;
    • setCommand

      public void setCommand(String command)
      Overrides:
      setCommand in class CommandBlockExecutor
      Mappings:
      Namespace Name Mixin selector
      official a Laqf;a(Ljava/lang/String;)V
      intermediary method_6397 Lnet/minecraft/class_1740;method_6397(Ljava/lang/String;)V
      named setCommand Lnet/minecraft/world/CommandBlockExecutor;setCommand(Ljava/lang/String;)V
    • markDirty

      public void markDirty()
      Specified by:
      markDirty in class CommandBlockExecutor
      Mappings:
      Namespace Name Mixin selector
      official h Laqf;h()V
      intermediary method_6401 Lnet/minecraft/class_1740;method_6401()V
      named markDirty Lnet/minecraft/world/CommandBlockExecutor;markDirty()V
    • getType

      @Environment(CLIENT) public int getType()
      Specified by:
      getType in class CommandBlockExecutor
      Mappings:
      Namespace Name Mixin selector
      official i Laqf;i()I
      intermediary method_6402 Lnet/minecraft/class_1740;method_6402()I
      named getType Lnet/minecraft/world/CommandBlockExecutor;getType()I
    • writeEntityId

      @Environment(CLIENT) public void writeEntityId(ByteBuf byteBuf)
      Specified by:
      writeEntityId in class CommandBlockExecutor
      Mappings:
      Namespace Name Mixin selector
      official a Laqf;a(Lio/netty/buffer/ByteBuf;)V
      intermediary method_6396 Lnet/minecraft/class_1740;method_6396(Lio/netty/buffer/ByteBuf;)V
      named writeEntityId Lnet/minecraft/world/CommandBlockExecutor;writeEntityId(Lio/netty/buffer/ByteBuf;)V
    • getEntity

      public Entity getEntity()
      Mappings:
      Namespace Name Mixin selector
      official f Lae;f()Lwv;
      intermediary method_10788 Lnet/minecraft/class_1061;method_10788()Lnet/minecraft/class_864;
      named getEntity Lnet/minecraft/command/CommandSource;getEntity()Lnet/minecraft/entity/Entity;