net.minecraft.command

public class PolarFilterState

net.minecraft.commands.arguments.selector.options.InvertableSetOptionState
net.minecraft.class_1_890
net.minecraft.command.PolarFilterState

Field summary

Modifier and TypeField
private PolarFilterState$Count
state
field_1_6895
count
private final Set<Identifier>
tags
field_1_6896
mentionedTags

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
private boolean
canLimitToSingle()
method_1_6118()
allowsSingleFilters()
private boolean
canLimitToMultiple()
method_1_6117()
allowsAggregateFilters()
public boolean
canParsePositiveElement()
method_1_6121()
allowsPositive()
public boolean
canParseNegativeElement()
method_1_6120()
allowsNegative()
public boolean
canParseAnyTag()
method_1_6119()
allowsTags()
public boolean
canParseTag(Identifier tag)
method_1_6122(class_2960 arg0)
allowsTag(Identifier tagId)
public boolean
canParseAny()
method_1_5384()
shouldSuggest()
public boolean
canParseElement(boolean inverted)
method_1_5383(boolean arg0)
isApplicable(boolean negated)
private void
markParsedSingle()
method_1_6126()
addSingleFilter()
private void
markParsedMultiple()
method_1_6123()
addAggregateFilter()
public void
markParsedPositiveElement()
method_1_6125()
addPositive()
public void
markParsedNegativeElement()
method_1_6124()
addNegative()
public void
markParsedTag(Identifier tag)
method_1_6127(class_2960 arg0)
addTag(Identifier tag)
public void
markParsedElement(boolean inverted)
method_1_5387(boolean arg0)
setAdded(boolean negated)