@ApiStatus.Internal public class FluidEntryStack extends AbstractEntryStack
EntryStack.Settings<T>, EntryStack.Type| Constructor and Description |
|---|
FluidEntryStack(net.minecraftforge.fluids.FluidStack stack) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull net.minecraft.util.text.ITextComponent |
asFormattedText() |
EntryStack |
copy() |
static net.minecraft.client.renderer.RenderType |
createFluid(net.minecraft.util.ResourceLocation location) |
boolean |
equalsAll(EntryStack stack) |
boolean |
equalsIgnoreAmount(EntryStack stack) |
boolean |
equalsIgnoreTags(EntryStack stack) |
boolean |
equalsIgnoreTagsAndAmount(EntryStack stack) |
int |
getAmount() |
java.util.Optional<net.minecraft.util.ResourceLocation> |
getIdentifier() |
java.lang.Object |
getObject() |
@Nullable Tooltip |
getTooltip(me.shedaniel.math.Point point) |
EntryStack.Type |
getType() |
int |
hashIgnoreAmount()
#hashCode() for EntryStack.equalsIgnoreAmount(EntryStack) |
int |
hashIgnoreAmountAndTags()
#hashCode() for EntryStack.equalsIgnoreTagsAndAmount(EntryStack) |
int |
hashIgnoreTags()
#hashCode() for EntryStack.equalsIgnoreTags(EntryStack) |
int |
hashOfAll()
#hashCode() for EntryStack.equalsAll(EntryStack). |
boolean |
isEmpty() |
void |
render(com.mojang.blaze3d.matrix.MatrixStack matrices,
me.shedaniel.math.Rectangle bounds,
int mouseX,
int mouseY,
float delta) |
EntryStack |
rewrap() |
void |
setAmount(int amount) |
clearSettings, equals, equals, get, getSettings, getZ, hashCode, removeSetting, setting, setZblit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, innerBlit, setBlitOffset, vLineclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddSetting, copyBucketToFluid, copyFluidToBucket, copyFluidToItem, copyItemToFluid, copyItemToFluids, create, create, create, create, create, create, empty, getFluid, getFluidStack, getItem, getItemStack, ofIngredient, ofIngredients, ofItems, ofItemStacks, readFromJson, toJsonasFormatStrippedTextpublic FluidEntryStack(net.minecraftforge.fluids.FluidStack stack)
public java.util.Optional<net.minecraft.util.ResourceLocation> getIdentifier()
public EntryStack.Type getType()
public int getAmount()
public void setAmount(int amount)
public boolean isEmpty()
public EntryStack copy()
public EntryStack rewrap()
public java.lang.Object getObject()
public boolean equalsIgnoreTagsAndAmount(EntryStack stack)
public boolean equalsIgnoreTags(EntryStack stack)
public boolean equalsIgnoreAmount(EntryStack stack)
public boolean equalsAll(EntryStack stack)
public int hashOfAll()
EntryStack#hashCode() for EntryStack.equalsAll(EntryStack).public int hashIgnoreAmountAndTags()
EntryStack#hashCode() for EntryStack.equalsIgnoreTagsAndAmount(EntryStack)public int hashIgnoreTags()
EntryStack#hashCode() for EntryStack.equalsIgnoreTags(EntryStack)public int hashIgnoreAmount()
EntryStack#hashCode() for EntryStack.equalsIgnoreAmount(EntryStack)@Nullable public @Nullable Tooltip getTooltip(me.shedaniel.math.Point point)
public static net.minecraft.client.renderer.RenderType createFluid(net.minecraft.util.ResourceLocation location)
public void render(com.mojang.blaze3d.matrix.MatrixStack matrices,
me.shedaniel.math.Rectangle bounds,
int mouseX,
int mouseY,
float delta)
@NotNull public @NotNull net.minecraft.util.text.ITextComponent asFormattedText()