Package net.minecraft.screen
Class BeaconScreenHandler
java.lang.Object
net.minecraft.screen.ScreenHandler
net.minecraft.screen.BeaconScreenHandler
- Mappings:
Namespace Name official bufintermediary net/minecraft/class_1704named net/minecraft/screen/BeaconScreenHandler
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ScreenHandlerContextprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate final Inventoryprivate final BeaconScreenHandler.PaymentSlotprivate final PropertyDelegateFields inherited from class net.minecraft.screen.ScreenHandler
EMPTY_SPACE_SLOT_INDEX, field_30731, field_30732, field_30733, field_30734, field_30735, field_30736, field_30737, slots, syncId -
Constructor Summary
ConstructorsConstructorDescriptionBeaconScreenHandler(int syncId, Inventory inventory) BeaconScreenHandler(int syncId, Inventory inventory, PropertyDelegate propertyDelegate, ScreenHandlerContext context) -
Method Summary
Modifier and TypeMethodDescriptionbooleancanUse(PlayerEntity player) voidclose(PlayerEntity player) intbooleanvoidsetEffects(Optional<StatusEffect> primary, Optional<StatusEffect> secondary) voidsetProperty(int id, int value) transferSlot(PlayerEntity player, int index) Methods inherited from class net.minecraft.screen.ScreenHandler
addListener, addProperties, addProperty, addSlot, calculateComparatorOutput, calculateComparatorOutput, calculateStackSize, canInsertIntoSlot, canInsertIntoSlot, canInsertItemIntoSlot, canUse, checkDataCount, checkSize, copySharedSlots, disableSyncing, dropInventory, enableSyncing, endQuickCraft, getCursorStack, getRevision, getSlot, getSlotIndex, getStacks, getType, insertItem, isValid, nextRevision, onButtonClick, onContentChanged, onSlotClick, packQuickCraftData, removeListener, sendContentUpdates, setCursorStack, setPreviousCursorStack, setPreviousTrackedSlot, setPreviousTrackedSlotMutable, setStackInSlot, shouldQuickCraftContinue, syncState, unpackQuickCraftButton, unpackQuickCraftStage, updateSlotStacks, updateSyncHandler, updateToClient
-
Field Details
-
field_30756
private static final int field_30756- See Also:
- Mappings:
Namespace Name Mixin selector official kLbuf;k:Iintermediary field_30756Lnet/minecraft/class_1704;field_30756:Inamed field_30756Lnet/minecraft/screen/BeaconScreenHandler;field_30756:I
-
field_30757
private static final int field_30757- See Also:
- Mappings:
Namespace Name Mixin selector official lLbuf;l:Iintermediary field_30757Lnet/minecraft/class_1704;field_30757:Inamed field_30757Lnet/minecraft/screen/BeaconScreenHandler;field_30757:I
-
field_30758
private static final int field_30758- See Also:
- Mappings:
Namespace Name Mixin selector official mLbuf;m:Iintermediary field_30758Lnet/minecraft/class_1704;field_30758:Inamed field_30758Lnet/minecraft/screen/BeaconScreenHandler;field_30758:I
-
field_30759
private static final int field_30759- See Also:
- Mappings:
Namespace Name Mixin selector official nLbuf;n:Iintermediary field_30759Lnet/minecraft/class_1704;field_30759:Inamed field_30759Lnet/minecraft/screen/BeaconScreenHandler;field_30759:I
-
field_30760
private static final int field_30760- See Also:
- Mappings:
Namespace Name Mixin selector official oLbuf;o:Iintermediary field_30760Lnet/minecraft/class_1704;field_30760:Inamed field_30760Lnet/minecraft/screen/BeaconScreenHandler;field_30760:I
-
field_30761
private static final int field_30761- See Also:
- Mappings:
Namespace Name Mixin selector official pLbuf;p:Iintermediary field_30761Lnet/minecraft/class_1704;field_30761:Inamed field_30761Lnet/minecraft/screen/BeaconScreenHandler;field_30761:I
-
field_30762
private static final int field_30762- See Also:
- Mappings:
Namespace Name Mixin selector official qLbuf;q:Iintermediary field_30762Lnet/minecraft/class_1704;field_30762:Inamed field_30762Lnet/minecraft/screen/BeaconScreenHandler;field_30762:I
-
payment
- Mappings:
Namespace Name Mixin selector official rLbuf;r:Laxu;intermediary field_17287Lnet/minecraft/class_1704;field_17287:Lnet/minecraft/class_1263;named paymentLnet/minecraft/screen/BeaconScreenHandler;payment:Lnet/minecraft/inventory/Inventory;
-
paymentSlot
- Mappings:
Namespace Name Mixin selector official sLbuf;s:Lbuf$a;intermediary field_17288Lnet/minecraft/class_1704;field_17288:Lnet/minecraft/class_1704$class_1705;named paymentSlotLnet/minecraft/screen/BeaconScreenHandler;paymentSlot:Lnet/minecraft/screen/BeaconScreenHandler$PaymentSlot;
-
context
- Mappings:
Namespace Name Mixin selector official tLbuf;t:Lbun;intermediary field_17289Lnet/minecraft/class_1704;field_17289:Lnet/minecraft/class_3914;named contextLnet/minecraft/screen/BeaconScreenHandler;context:Lnet/minecraft/screen/ScreenHandlerContext;
-
propertyDelegate
- Mappings:
Namespace Name Mixin selector official uLbuf;u:Lbum;intermediary field_17290Lnet/minecraft/class_1704;field_17290:Lnet/minecraft/class_3913;named propertyDelegateLnet/minecraft/screen/BeaconScreenHandler;propertyDelegate:Lnet/minecraft/screen/PropertyDelegate;
-
-
Constructor Details
-
BeaconScreenHandler
- Mappings:
Namespace Name Mixin selector official <init>Lbuf;<init>(ILaxu;)Vintermediary <init>Lnet/minecraft/class_1704;<init>(ILnet/minecraft/class_1263;)Vnamed <init>Lnet/minecraft/screen/BeaconScreenHandler;<init>(ILnet/minecraft/inventory/Inventory;)V
-
BeaconScreenHandler
public BeaconScreenHandler(int syncId, Inventory inventory, PropertyDelegate propertyDelegate, ScreenHandlerContext context) - Mappings:
Namespace Name Mixin selector official <init>Lbuf;<init>(ILaxu;Lbum;Lbun;)Vintermediary <init>Lnet/minecraft/class_1704;<init>(ILnet/minecraft/class_1263;Lnet/minecraft/class_3913;Lnet/minecraft/class_3914;)Vnamed <init>Lnet/minecraft/screen/BeaconScreenHandler;<init>(ILnet/minecraft/inventory/Inventory;Lnet/minecraft/screen/PropertyDelegate;Lnet/minecraft/screen/ScreenHandlerContext;)V
-
-
Method Details
-
close
- Overrides:
closein classScreenHandler- Mappings:
Namespace Name Mixin selector official bLbuc;b(Lbrs;)Vintermediary method_7595Lnet/minecraft/class_1703;method_7595(Lnet/minecraft/class_1657;)Vnamed closeLnet/minecraft/screen/ScreenHandler;close(Lnet/minecraft/entity/player/PlayerEntity;)V
-
canUse
- Specified by:
canUsein classScreenHandler- Mappings:
Namespace Name Mixin selector official aLbuc;a(Lbrs;)Zintermediary method_7597Lnet/minecraft/class_1703;method_7597(Lnet/minecraft/class_1657;)Znamed canUseLnet/minecraft/screen/ScreenHandler;canUse(Lnet/minecraft/entity/player/PlayerEntity;)Z
-
setProperty
public void setProperty(int id, int value) - Overrides:
setPropertyin classScreenHandler- Mappings:
Namespace Name Mixin selector official aLbuc;a(II)Vintermediary method_7606Lnet/minecraft/class_1703;method_7606(II)Vnamed setPropertyLnet/minecraft/screen/ScreenHandler;setProperty(II)V
-
transferSlot
- Specified by:
transferSlotin classScreenHandler- Mappings:
Namespace Name Mixin selector official aLbuc;a(Lbrs;I)Lbyl;intermediary method_7601Lnet/minecraft/class_1703;method_7601(Lnet/minecraft/class_1657;I)Lnet/minecraft/class_1799;named transferSlotLnet/minecraft/screen/ScreenHandler;transferSlot(Lnet/minecraft/entity/player/PlayerEntity;I)Lnet/minecraft/item/ItemStack;
-
getProperties
public int getProperties()- Mappings:
Namespace Name Mixin selector official lLbuf;l()Iintermediary method_17373Lnet/minecraft/class_1704;method_17373()Inamed getPropertiesLnet/minecraft/screen/BeaconScreenHandler;getProperties()I
-
getPrimaryEffect
- Mappings:
Namespace Name Mixin selector official mLbuf;m()Layw;intermediary method_17374Lnet/minecraft/class_1704;method_17374()Lnet/minecraft/class_1291;named getPrimaryEffectLnet/minecraft/screen/BeaconScreenHandler;getPrimaryEffect()Lnet/minecraft/entity/effect/StatusEffect;
-
getSecondaryEffect
- Mappings:
Namespace Name Mixin selector official nLbuf;n()Layw;intermediary method_17375Lnet/minecraft/class_1704;method_17375()Lnet/minecraft/class_1291;named getSecondaryEffectLnet/minecraft/screen/BeaconScreenHandler;getSecondaryEffect()Lnet/minecraft/entity/effect/StatusEffect;
-
setEffects
- Mappings:
Namespace Name Mixin selector official aLbuf;a(Ljava/util/Optional;Ljava/util/Optional;)Vintermediary method_17372Lnet/minecraft/class_1704;method_17372(Ljava/util/Optional;Ljava/util/Optional;)Vnamed setEffectsLnet/minecraft/screen/BeaconScreenHandler;setEffects(Ljava/util/Optional;Ljava/util/Optional;)V
-
hasPayment
public boolean hasPayment()- Mappings:
Namespace Name Mixin selector official oLbuf;o()Zintermediary method_17376Lnet/minecraft/class_1704;method_17376()Znamed hasPaymentLnet/minecraft/screen/BeaconScreenHandler;hasPayment()Z
-