public class EntitySelectionContext extends java.lang.Object implements ISelectionContext
| 修飾子とタイプ | フィールドと説明 | 
|---|---|
| protected static ISelectionContext | DUMMY | 
| 修飾子 | コンストラクタと説明 | 
|---|---|
| protected  | EntitySelectionContext(boolean sneaking,
                      double p_i51181_2_,
                      Item itemIn) | 
| protected  | EntitySelectionContext(Entity entityIn)非推奨です。  | 
| protected  | EntitySelectionContext(Entity entityIn,
                      boolean sneaking,
                      double p_i51181_2_,
                      Item itemIn) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| boolean | func_216378_a(VoxelShape shape,
             BlockPos pos,
             boolean p_216378_3_) | 
| boolean | func_225581_b_() | 
| Entity | getEntity() | 
| boolean | hasItem(Item itemIn) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdummy, forEntityprotected static final ISelectionContext DUMMY
protected EntitySelectionContext(boolean sneaking,
                                 double p_i51181_2_,
                                 Item itemIn)
protected EntitySelectionContext(@Nullable
                                 Entity entityIn,
                                 boolean sneaking,
                                 double p_i51181_2_,
                                 Item itemIn)
@Deprecated protected EntitySelectionContext(Entity entityIn)
public boolean hasItem(Item itemIn)
hasItem インタフェース内 ISelectionContextpublic boolean func_225581_b_()
func_225581_b_ インタフェース内 ISelectionContextpublic boolean func_216378_a(VoxelShape shape, BlockPos pos, boolean p_216378_3_)
func_216378_a インタフェース内 ISelectionContext@Nullable public Entity getEntity()
getEntity インタフェース内 IForgeSelectionContext