Uses of Interface
net.minecraft.class_10938
Packages that use class_10938
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10938 in net.minecraft
Classes in net.minecraft that implement class_10938Fields in net.minecraft declared as class_10938Modifier and TypeFieldDescriptionprivate @Nullable class_10938class_10927.class_10928.field_58140static final class_10938class_10938.field_58176Fields in net.minecraft with type parameters of type class_10938Modifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf, class_10938> class_10938.field_58177Methods in net.minecraft that return class_10938Modifier and TypeMethodDescriptionstatic class_10938class_10938.method_68853(ItemStack itemStack, class_10936.class_10937 class_10937) Methods in net.minecraft with parameters of type class_10938Modifier and TypeMethodDescriptionvoidclass_10927.class_10928.method_68807(class_10938 class_10938) voidclass_10927.method_68807(class_10938 class_10938) -
Uses of class_10938 in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as class_10938Modifier and TypeFieldDescriptionprivate final class_10938ClickSlotC2SPacket.stackThe field for thestackrecord component.Fields in net.minecraft.network.packet.c2s.play with type parameters of type class_10938Modifier and TypeFieldDescriptionprivate final Int2ObjectMap<class_10938> ClickSlotC2SPacket.modifiedStacksThe field for themodifiedStacksrecord component.private static final PacketCodec<RegistryByteBuf, Int2ObjectMap<class_10938>> ClickSlotC2SPacket.STACK_MAP_CODECMethods in net.minecraft.network.packet.c2s.play that return class_10938Modifier and TypeMethodDescriptionClickSlotC2SPacket.stack()Returns the value of thestackrecord component.Methods in net.minecraft.network.packet.c2s.play that return types with arguments of type class_10938Modifier and TypeMethodDescriptionClickSlotC2SPacket.modifiedStacks()Returns the value of themodifiedStacksrecord component.Constructors in net.minecraft.network.packet.c2s.play with parameters of type class_10938ModifierConstructorDescriptionClickSlotC2SPacket(int int2, int int3, short short2, byte byte2, SlotActionType slotActionType, Int2ObjectMap<class_10938> int2ObjectMap, class_10938 class_10938) Constructor parameters in net.minecraft.network.packet.c2s.play with type arguments of type class_10938ModifierConstructorDescriptionClickSlotC2SPacket(int int2, int int3, short short2, byte byte2, SlotActionType slotActionType, Int2ObjectMap<class_10938> int2ObjectMap, class_10938 class_10938) -
Uses of class_10938 in net.minecraft.screen
Methods in net.minecraft.screen with parameters of type class_10938Modifier and TypeMethodDescriptionvoidScreenHandler.setPreviousCursorStack(class_10938 class_10938) voidScreenHandler.setPreviousTrackedSlotMutable(int slot, class_10938 class_10938)